-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Does not allow the user to enter the date. #124
Comments
At present you can enter date only via picker. |
I have tested the polyfill and it works quite well; typed input would be a very nice thing to see. |
This is a blocker. For example for a birth-date of 1950 you have to click 70 times! |
Guys, check v4 (demo at http://chemerisuk.github.io/better-dateinput-polyfill/). New version has improved UI and it's much simpler to select years like 1950. Just make sure you specified appropriate value in |
The new version does not fix this? Is this planned? |
@cyberbeat I’d say it’s not planned. With polyfill you can customise presentation of date so implementing manual input for every such date is not an easy task and frankly could be messy too. Check browser built in controls: they has support for manual input but do not allow to change date presentation. IMO human-friendly dates are more important than manual date input. |
It appears, unless I am using it incorrectly that the user cannot just enter the date and always has to uses the date picker.
The text was updated successfully, but these errors were encountered: