-
How do I make the label NOT selectable? I have a that gets its options from a JSON Schema, such as ['a', 'b','c']. In the schema it is
But when it is rendered, it generates an option "My options" that can be selected. How to prevent this? |
Beta Was this translation helpful? Give feedback.
Answered by
chiester
Mar 13, 2023
Replies: 1 comment 1 reply
-
Setting this field to required in my schema made the label not selectable. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
radekmie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting this field to required in my schema made the label not selectable.