[Feature]: Combobox - Allow user to type their own options in Select widgets. #13037
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Summary
As a developer, I would like to allow my users to enter their own custom entries into a Select widget. In the even that a user searches the Select widget and their typed option doesn't exist, pressing Enter should add the typed option to the widgets options. It may need a corresponding onNewOptionAdded
or similar event to control the value/label that gets assigned to the new option.
Why should this be worked on?
Say we have a list of tags. If the user cannot find the Tag they are searching for then they should be able to type a new one. The same could be said for any variable list of items.