Skip to main content Skip to main navigation

Single Item Select

Multiselect/Tagging

Option Groups

Comboboxes use the selectize-control class to render the select box the way we intend. They almost always are accompanied by a label with the label class. Inside the selectize-control div, the input itself has specific tags that will render the options in a different way.

Examples of these custom tags include:

  • Using the optgroup parent tag in the select input with child options beneath it.
  • Using the tagging id on the select input.
  • Using the tagging-with-remove-button id on the select input.

Loading...