2.3.9
chrome 66.0.3359.181
2.5.17-beta.0
https://jsfiddle.net/friskjt/6dunv01m/3/
just input:111eee
111
111eee
Should we perhaps reopen this? In native inputs, type="number"
restricts characters: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number
@jikkai its input field with type "Number" and type of all values must be "Number"! User is not allowed to record into this field string and other text chars.
This is not a bug, native input also has the same behavior.
You can use InputNumber instead of it.
So in input-number cpmponent you mentioned, we can still type characters in that input 'number' field... Isn't it a bit wierd?
Most helpful comment
Should we perhaps reopen this? In native inputs,
type="number"
restricts characters: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number