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
Describe the issue
When you add the "uniqueItems" option to a select type, it turns into a single menu with several values. This is not the expected behavior.
To Reproduce
Steps to reproduce the behavior:
Add "uniqueItems": true on jsonschema
Check field form
Expected behavior
When adding the "uniqueItems" option, the field must not change its shape. It must remain a simple menu. It is only at the validation level that it must behave.
Software version
ng-core: 1.14.2
The text was updated successfully, but these errors were encountered:
Describe the issue
When you add the "uniqueItems" option to a select type, it turns into a single menu with several values. This is not the expected behavior.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When adding the "uniqueItems" option, the field must not change its shape. It must remain a simple menu. It is only at the validation level that it must behave.
Software version
ng-core:
1.14.2
The text was updated successfully, but these errors were encountered: