Focus

Regular uiSelect

{{$select.selected.name}}
email: {{person.email}} age:

Autofocus

Use the autofocus attribute to automatically focus ui-select when the page is loaded

{{$select.selected.name}}
email: {{person.email}} age:

Focus on Demand

Use the focus-on attribute, defining a scope event name (UiSelectDemo1) to listen for, to manually trigger focussing of ui-select.

{{$select.selected.name}}
email: {{person.email}} age:

($scope.$broadcast('UiSelectDemo1');)