You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
If we provide some long number, like 111111111111111111111111 in the input[type=number] and then click this little up/down arrow, then input value is converted to exponential notation: 1.11111111111111111e+23
Angular consider this is invalid value, but i think it should be still valid:
Support parsing numbers in exponential notation, which Number.prototype.toString() returns
for sufficiently high numbers.
Closesangular#12121Closesangular#12122
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If we provide some long number, like 111111111111111111111111 in the input[type=number] and then click this little up/down arrow, then input value is converted to exponential notation: 1.11111111111111111e+23
Angular consider this is invalid value, but i think it should be still valid:
See this plunker:
http://embed.plnkr.co/hBmk7d/preview
The text was updated successfully, but these errors were encountered: