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/
**Describe the bug** Inputting the date directly into the input.duet-date__input causes the unhandled error exception. ``` Unhandled Runtime Error TypeError: e.getDate is not a function ``` **To Reproduce** Steps to...
**Is your feature request related to a problem? Please describe.** The date picker dialog announces the month and year frequently in screen readers. - On opening of the dialog, because...
Using the [localization](https://github.com/duetds/date-picker#localization) support, you can write a custom `parse` and `format` function. However, when the format you want to use has a space, the user cannot type that space...
**Is your feature request related to a problem? Please describe.** It seems impossible for me to select a date and add a class so i can stylize said date. So...
**Describe the bug** The value of `` is not updated when a valid date is changed to an invalid one. This can cause a form to submit with the former...
**Is your feature request related to a problem? Please describe.** When navigating the date picker with JAWS/Chrome, the keyboard focus jumps to the top of the page if an out...
[Edit: In the demo] users of Windows High Contrast who rely on keyboard cannot see what is being focused, neither the button which opens the datepicker, nor anything inside once...
**Is your feature request related to a problem? Please describe.** In some cases, a provider may want the end-user to select a month, rather than a specific day. For example,...
**Describe the bug** `@duetds/date-picker`’s ESM build is currently broken. **To Reproduce** If you inspect the `package.json`, the `"module"` entrypoint is set to `./dist/index.js`. This is [its contents](https://unpkg.com/browse/@duetds/[email protected]/dist/index.js): ```js export *...
**Is your feature request related to a problem? Please describe.** It would be nice if we could have an option to allow users to specify the time and timezone for...