-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DayPicker Improvement #215
Comments
Also:
|
Note, for translated month/day labels we need full and abbreviated versions. Also, I haven't played around with the UI but presumably the selected date text is displayed somewhere? It's format will need to be localised, obviously. |
I'd say the most important thing here is being able to either:
Entering my birthday currently takes 429 clicks 😱 |
All of the month formatting has been made using a library that supports internationalisation (date-fns). Internationalisation is ready to go, it just needs to be parsed a locale :) The way this will be implemented would be part of a big-picture view on how Keystone will handle internationalisation. |
We need the option to turn off "Today" Button Ref #4499 |
@molomby can you add some notes about the bug with how the dates are stored? |
@MadeByMike I don't have any problem with how |
It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :) |
React day picker should release version 8, which includes an improved API and hooks support, sometime soon. I'm happy to pick up this issues once that lands. |
The
DayPicker
component and correspondingCalendarDay
field are basically functional, but require a bit more work to be complete:Aesthetic
Functionality
<select/>
<select/>
<select/>
A11y
Ideas
The text was updated successfully, but these errors were encountered: