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
I have a keyboard with the numeric layout. When I click “5” and then the decimal point, it clears the value and I get this message in the console:
The specified value "5." is not a valid number. The value must match to the following regular expression: -?(\d+|\d+.\d+|.\d+)([eE][-+]?\d+)?
I’ve tried finding that error message in the codebase but can’t see where it or the pattern is defined.
Therefore, could this library be updated so selecting a decimal point doesn’t trash the value and instead lets me go on to specify the number after the decimal point?
The text was updated successfully, but these errors were encountered:
I have a keyboard with the numeric layout. When I click “5” and then the decimal point, it clears the value and I get this message in the console:
I’ve tried finding that error message in the codebase but can’t see where it or the pattern is defined.
Therefore, could this library be updated so selecting a decimal point doesn’t trash the value and instead lets me go on to specify the number after the decimal point?
The text was updated successfully, but these errors were encountered: