better-dateinput-polyfill icon indicating copy to clipboard operation
better-dateinput-polyfill copied to clipboard

Does not allow the user to enter the date.

Open janet111 opened this issue 5 years ago • 6 comments

It appears, unless I am using it incorrectly that the user cannot just enter the date and always has to uses the date picker.

janet111 avatar Jan 23 '20 18:01 janet111

At present you can enter date only via picker.

chemerisuk avatar Jan 24 '20 23:01 chemerisuk

I have tested the polyfill and it works quite well; typed input would be a very nice thing to see.

weberhofer avatar Jun 04 '20 09:06 weberhofer

This is a blocker. For example for a birth-date of 1950 you have to click 70 times!

cyberbeat avatar Feb 08 '21 12:02 cyberbeat

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 min/max attributes.

chemerisuk avatar Apr 18 '21 10:04 chemerisuk

The new version does not fix this? Is this planned?

cyberbeat avatar Apr 30 '21 17:04 cyberbeat

@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.

chemerisuk avatar Apr 30 '21 22:04 chemerisuk