I have the following html5 input element:

<input type="number">

Why does this input allow for the character ‘e’ to be entered in the input field? No other alphabet character is able to be entered (as expected)

Using chrome v. 44.0.2403.107

Example below to see what I mean.

<input type="number">

13 Answers
13

Leave a Reply

Your email address will not be published. Required fields are marked *