How to support both a select field and custom entry field in a array model field #169
Answered
by
bhch
lokeshwarobuli
asked this question in
Q&A
-
Based on comment from #72. I am overriding the schema like the attached screenshot. Is there a way where I can allow the user to enter their own custom option, incase they couldn't find what they want from the choices as well as allow to select from choices ? Right now I am able to achieve only either one of them by adding items key |
Beta Was this translation helpful? Give feedback.
Answered by
bhch
Jun 2, 2024
Replies: 1 comment 1 reply
-
Currently, allowing users to add values other than specified in the choices is not possible. I think we can make use of I'll add this feature in the next version. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lokeshwarobuli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, allowing users to add values other than specified in the choices is not possible.
I think we can make use of
oneOf
keyword for this purpose.I'll add this feature in the next version.