Closed nottoseethesun closed 7 years ago
In an array with minItems of 1, I get a raw thrown js error when deleting the sole item. Is there a way to ensure that this is handled by the regular validation?
minItems
1
This should be fixed now. There was a problem with adapting the errors from the validator to what redux-form expects.
In an array with
minItems
of1
, I get a raw thrown js error when deleting the sole item. Is there a way to ensure that this is handled by the regular validation?