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
The errorsAt function, used to filter the errors that belong to a
control, ignores the errors AJV produces for oneOf schemas. Most of
these errors should not be shown in the UI (e.g. when the oneOf property
does not match exactly one subschema), however the errors produced
directly for oneOf enums are an exception.
Validation errors for oneOf enum controls are valid and should be shown
in the UI.
Contributed on behalf of STMicroelectronics
0 commit comments