Skip to content

Entering date with keyboard does not work ($50 bounty to fix) #231

Closed
@sjordan1975

Description

@sjordan1975

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:

  1. Load fiddle at URL in Chrome
  2. Place mouse over "mm" in input field and type 10 (the month 10 is entered and auto tabs to "dd")
  3. Type 31 (the day 31 is entered and auto tabs to "yyyy")
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions