HTML 5 date pickers behave differently on different browsers. For example on Firefox (current versions) they just behave like an input with type text. On chrome they trigger a date selector and have an input mask.
I need a task to enter a date into one of these, and it needs to be able to deal with the different scenarios.
HTML 5 date pickers behave differently on different browsers. For example on Firefox (current versions) they just behave like an input with type text. On chrome they trigger a date selector and have an input mask.
I need a task to enter a date into one of these, and it needs to be able to deal with the different scenarios.