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
While studying the features offered by this library on Live play ground I came across this example where duplicate error messages were displayed.
Please click on above link to see the example on the site.
Notice that when we select empty value for Color palette's color field duplicate errors are shown. Here is the list of errors only for one field -
should be string
should be string
should be equal to one of the allowed values
should be string
should be equal to one of the allowed values
should be string
should be equal to one of the allowed values
should match some schema in anyOf
Is this an expected behavior?
Version
1.5.0
The text was updated successfully, but these errors were encountered:
While studying the features offered by this library on Live play ground I came across this example where duplicate error messages were displayed.
Please click on above link to see the example on the site.
Notice that when we select empty value for Color palette's color field duplicate errors are shown. Here is the list of errors only for one field -
should be string
should be string
should be equal to one of the allowed values
should be string
should be equal to one of the allowed values
should be string
should be equal to one of the allowed values
should match some schema in anyOf
Is this an expected behavior?
Version
1.5.0
The text was updated successfully, but these errors were encountered: