Default Select

Primary Select

Success Select

Info Select

Warning Select

Danger Select

Inverse Select

Multi Select

Custom selected item template

images {{ item.login }} image {{ item.login }}

Multi select with checkboxes

{{ item.gender | uppercase }} {{ item.name }}

LIMITING THE NUMBER OF SELECTIONS

@if (selectedPeople2.length === 3 && select.focused) {
Max selection reached
}

Single select with required validation

Tags without dropdown panel


Custom server-side search


Default Select

With Placeholder

tag-input uses the secondaryPlaceholder and placeholder attribute on multiple select boxes

Tagging Support

The select below is declared with the tag-input and tag-input-dropdown

DIACRITICS SUPPORT

The select below is declared with the tag-input onlyFromAutocomplete(true/false)

RTL Support

The select below is declared with the class .tag-input-rtl

LIMITING THE NUMBER OF SELECTIONS

The select below is declared with the tag-input maxItems

LOADING WITH ARRAY

The select below is declared with the tag-input onlyFromAutocomplete(true/false)