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
Is there a way to add to the enumeration (rendered as a select) that comes back in the schema definition? I am thinking about a situation where the user is presented the select, and doesn't find what they need. They can continue typing in the select and it should simply get added to the list.
I could not find a straight forward way of doing this. One possible option may be (just a hypothesis, not sure if this is possible) is to add what the user is entering in the select to the rawSelectItems or selectItems, but wanted to see if there is any advice on other alternatives. If there are any options that would make it easy that would be best.
Thank you
The text was updated successfully, but these errors were encountered:
Is there a way to add to the enumeration (rendered as a select) that comes back in the schema definition? I am thinking about a situation where the user is presented the select, and doesn't find what they need. They can continue typing in the select and it should simply get added to the list.
I could not find a straight forward way of doing this. One possible option may be (just a hypothesis, not sure if this is possible) is to add what the user is entering in the select to the rawSelectItems or selectItems, but wanted to see if there is any advice on other alternatives. If there are any options that would make it easy that would be best.
Thank you
The text was updated successfully, but these errors were encountered: