Combobox
A combobox is a combination of a dropdown list and a single-line textbox, allowing the user to either type a value directly or select a value from the list.
Basic combobox
Perfect match
You can show on the dropdown list only the value that start exactly as the same as the user is entering.
Valid only
You can restrict the user to select only a value from the list with the validOnly property.
Maximum option
You can limit the number of option shown in the dropdown list.
Other options
All options of an input can be use for the combobox.