Basic Usage

Option {{item}}

Enter an address

{{state.abbrev}}

Option Groups

Option {{item}}

Pick your pizza below

{{size}} {{topping.name}} {{topping.name}}

You ordered a {{size.toLowerCase()}} pizza with {{topping.toLowerCase()}}.

Options With Async Search

Option {{item}}

Select can call an arbitrary function on show. If this function returns a promise, it will display a loading indicator while it is being resolved:

{{user.name}}

You have assigned the task to: {{ user ? user.name : 'No one yet' }}

Validations

Option {{item}}

Note that invalid styling only applies if invalid and dirty

One Two
Required
Clear Save