A select element can be displayed as a combobox. It can be converted to a text input field so that it displays a list of possible options as the user types. See cob2auto for this feature, these are the optional settings for that feature.

Hierarchy

  • Cob2AutoOptions

Index

Properties

Properties

minLength

minLength: number

Minimum length of the entered text to trigger the autocomplete, defaults to 0. May be useful to improve performance when there are many select options.