inclusive-dates
inclusive-dates copied to clipboard
A human-friendly datepicker – now as a Web Component! Supports natural language input through Chrono.js. Fully accessible with keyboard and screen reader. Contributions welcome!
I love this thing, but I noticed that the down arrow only goes to the last week in the month and then cycles back around to the same day, the...
### Goals: - Separate the calendar from the input processing feature and the keyboard shortcuts - Make it possible to toggle features on and off (input processing, keyboard shortcuts) -...
Right now the demo pages uses Foundation 6. I would like to go more lightweight and minimize dependencies
First of all I looked at a lot of datepickers and I really like this one but the documentation is a little bit unclear for me (maybe skill issue) https://fymmot.github.io/inclusive-dates/#demo...
**Describe the bug** In the inclusive-dates_3.entry.js, it has this code's part: exports.extractTerms = extractTerms; function matchAnyPattern(dictionary) { const joinedTerms = extractTerms(dictionary) .sort((a, b) => b.length - a.length) .join("|") .replace(/\./g, "\\.");...
Hey there, thanks for the project! We're integrating this element to have an accessible datepicker. However, we need to be able to have a date selected from the beginning. The...