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
The input control with type=number calls parseFloat() to return a proper number as the form value. But this does not take different locals into account, e.g. those that use a comma as the decimal separator.
The input control with type=number calls
parseFloat()
to return a proper number as the form value. But this does not take different locals into account, e.g. those that use a comma as the decimal separator.We could make use of e.g. https://github.com/ApelegHQ/intl-number-parser or some equivalent npm package or bring our own implementation.
The text was updated successfully, but these errors were encountered: