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
If a property is defined with allowEmpty: true, but also has a value specified for pattern, revalidator will consider an empty value for that property to be an error. required: false works as expected with pattern.
Depending on your reading of the documentation, this might not be a bug, but I would expect allowEmpty: true to permit the empty string.
short version
If a property is defined with
allowEmpty: true
, but also has a value specified forpattern
, revalidator will consider an empty value for that property to be an error.required: false
works as expected withpattern
.Depending on your reading of the documentation, this might not be a bug, but I would expect
allowEmpty: true
to permit the empty string.code
output
The text was updated successfully, but these errors were encountered: