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 isNumeric validator regex pattern expects the decimal separator to be a dot and no locale option can be provided, making the validator rejecting comma-separated languages like french one.
The current isFloat implementation takes care of the locale option and uses the alpha library part to define the decimal separator for the given option locale.
The text was updated successfully, but these errors were encountered:
The
isNumeric
validator regex pattern expects the decimal separator to be a dot and no locale option can be provided, making the validator rejecting comma-separated languages like french one.The current
isFloat
implementation takes care of the locale option and uses thealpha
library part to define the decimal separator for the given option locale.The text was updated successfully, but these errors were encountered: