How to enable allowNew but hide it from dropdown?
#852
Unanswered
engincannot
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I noticed enabling
allowNewadds the value to the dropdown menu. How can I register the entered value as input for my form and at the same time hide the value from the dropdown? I tried returningfalsein anallowNewfunction, but it seems to unregister the value from my form, therefore triggering "field is required" error...All reactions