Combo Box
A combination of a dropdown list and an editable text input. Users can search for options or enter a value that isn't in the list.

Implement in Webflow
Apply attributes to elements on the page
Below is a list of elements and options that are used to create this Attributes functionality. Click any of them to see more details.
Required structure
Follow Dropdown, Dropdown Toggle, and Dropdown List nesting rules.
Nested inside Dropdown Toggle
Each of these elements must be nested in the Dropdown Toggle.
1) Search through combo box options.
As the user types, the option list updates based on the user input. For example, if the user types "mc", all options will be hidden except "McDonalds" and "McHamilton" and "Portamco".
2) Enter a unique value in the input that is not part of the option list.
If the user enters "Applebottom" in the input, and "Applebottom" does not exist as an option, the user will be able to input and submit "Applebottom" as the value of the field.

Nested inside Dropdown List
Each of these elements must be nested in the Dropdown List.
Div Block or Text Element
Link Block
Nest one Text Element inside the Link Block.
The Link Block will be duplicated for each option in the Select element.
The Text Element in the Link Block will update with the text of each option in the Select element.
