Closed
Bug 1342477
Opened 8 years ago
Closed 8 years ago
Input type="number" fields in firefox allow text to be entered
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1194812
People
(Reporter: liamwalls, Unassigned)
References
Details
(Keywords: html5)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Steps to reproduce:
In the site i have multiple inputs with type="number". I would expect this to only allow numbers and "e" etc. I type in a string of text for example "mozilla".
Actual results:
it allowed the characters to be entered.
Expected results:
Characters should not be allowed to be entered and it should just not type anything out in the input but should allow numbers. This should behave like other browsers.
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•