Regular uiSelect
Use the autofocus
attribute to automatically focus ui-select when the page is loaded
Use the focus-on
attribute, defining a scope event name (UiSelectDemo1
) to listen for, to manually trigger focussing of ui-select.
($scope.$broadcast('UiSelectDemo1');
)