7.3.2
@comet/[email protected]
Patch Changes
-
2286234: 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.