Hello
I would like to have a new component based on Choice but like a “Combobox” (name in Excel or C # in windows)
Choice component already works like that
You can’t enter a new value in the choice component. Combo Box accepts a new value
1 Like
You mean to search for a value inside it?
The choice component lets the user search values in a list. It does not allow the user to enter a new value. The combo box differs because it lets the user search values in a list or enter a new value.
1 Like