chemerisuk / better-dateinput-polyfill

input[type=date] polyfill
http://chemerisuk.github.io/better-dateinput-polyfill/
MIT License
259 stars 58 forks source link

Ability to type in values #50

Closed sgentile closed 6 years ago

sgentile commented 9 years ago

Since we can't easily change year - the native browser for chrome lets you type in a value (ie. for a birthdate).

Is it possible with the polyfill to allow someone to type in the value ? I tried on Safari desktop and it didn't allow this.

chemerisuk commented 9 years ago

@sgentile yeah, I was thinking about this feature in the past. Since handling of text selection is quite tricky (and buggy) from browser to browser, I'd rather implement https://github.com/chemerisuk/better-dateinput-polyfill/issues/8 instead of allowing a user manual input.

Please don't ask me about estimates - not sure when I'll be back to Open Source... Quite busy this year with other stuff ;)

chemerisuk commented 8 years ago

I like how Chrome solves the problem in their implementation:

screenshot 2016-04-21 12 27 37

May be we could schedule this feature for 2.1.

chemerisuk commented 6 years ago

No go because of approach used in version 3 to customise presented value