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 propose to consider this as a by design. The reason is that number field is defaulted to 0. Thus I don't see any feasible fix w/o a breaking change. So if you want to validate number field, you need to use another validator min.
Of course, it should be specified in docs.
When adding a new row, validate=required fails for number field. Blank fields get the value '0'.
Demo here.
The text was updated successfully, but these errors were encountered: