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 found a little problem that may causes confusion:
Validating age form by "number" type does not throw an error when a type of age is float.
So I was to open a bug issue for this reason but in my opinion, It might be a better solution if the validation type will be divided into two: float and integer.
This feature is expected to minimize the possibility of unexpected errors or bugs by allowing developers to specify the type of variable they need.