6.17.5
@comet/admin@6.17.5
Patch Changes
-
9f649e0: Update required validator in
Field
to correctly handle falsey valuesPreviously, the validator incorrectly returned errors for all falsey values, e.g. the number
0
.
Now, it only returns an error forundefined
,null
,false
and empty strings.