date-picker
date-picker copied to clipboard
Duet Date Picker is an open source version of Duet Design System’s accessible date picker. Try live example at https://duetds.github.io/date-picker/
Hello, I've used the date picker component in Vue2 before, but I'm struggling to get it to run in Vue3 compiled with Vite. I've followed the installation instructions and have...
**Describe the bug** It seems that the attribute "increment" is not working with the open source version of duets date-picker. Is this a bug or intentional? If the latter is...
**Is your feature request related to a problem? Please describe.** It would be great if there is an configuration option that allows to display more than one month when the...
**Is your feature request related to a problem? Please describe.** I added this script in the head: Datepicker initialized correctly but creates a constructed stylesheet with css selectors which I...
**Problem** When using `isDateDisabled` I want to check whether the date given in the callback is in a list of dates that I have supplied. My list of dates is...
**Is your feature request related to a problem? Please describe.** In some languages, two characters is not enough to distinguish between weekday names. A lot of other date pickers, such...
In some cases, it may be useful to have the "clickable" input field be `readonly` , forcing users to only use the datepicker popup
The dates have an attribute of 'aria-pressed' which updates to true/false as they are selected/unselected. However, this is not the correct attribute to communicate the selected/unselected date, aria-pressed should only...
The calendar does not support 200% zoom which fails WCAG assertion 1.4.4. Users should be able to access content and functionality when the text size is increased by 200%. This...