This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
input type=number reformats valid user input #575
Closed
Description
In an input of type number type, e.g., 1e1
; this is immediately reformatted to 10. Such reformatting should not occur. Of course, if the user clicks on the step-up or step-down arrows, the input can be reformatted: e.g. from 1e1 to 9 on a step-down, but that is distinct (and correct) behavior.
Metadata
Metadata
Assignees
Labels
No labels