Replies: 1 comment
-
|
closing as an issue was opened #9086 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if it's a bug or it is how it's supposed to work. In 'de' locale the decimal separator is
,, so theoretically string like '0.1' is invalid number. Do you think 'de' locale parser must return NaN in this case?In 'en' it works as expected and gives back NaN if a wrong separator is used
Beta Was this translation helpful? Give feedback.
All reactions