Closed
Description
I have a fiddle here: https://jsfiddle.net/sjordan/r81k8240/5/
When I try to enter a date using just the keyboard (tab and number pad) it does not work.
Repro steps:
- Load fiddle at URL in Chrome
- Place mouse over "mm" in input field and type 10 (the month 10 is entered and auto tabs to "dd")
- Type 31 (the day 31 is entered and auto tabs to "yyyy")
- Attempt to type 2017
I expect to get 10/31/2017; however, in my case I get 10/31/1907
However, doing the above steps with default HTML5 works; for example, perform the above steps with W3Schools test form: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_input_date
NOTE: I have placed a $50 bounty to get this fixed urgently: https://www.bountysource.com/issues/46214782-entering-date-with-keyboard-does-not-work