Top "Ui-select" questions

AngularJS-native version of Select2 and Selectize by the AngularUI Team

How to set ui-select to readonly mode?

Is it possible and how to make my ui-select readonly? Of course I've tried ng-readonly="isReadOnly" where I define in …

angularjs ui-select
ui-select disable if empty

I'm a beginner to AngularJS. I have an app which makes an API call to get a nested list of …

angularjs ui-select
Angular ui-select multi select: Dropdown is not getting updated on selecting some items from the controller

On click of "select yellow color" button, I want to add yellow to the selected list. Yellow is getting selected, …

angularjs multi-select ui-select angular-ui-select
Angular ui-select placeholder not working

We have been using ui-select (https://github.com/angular-ui/ui-select) to theme dropdowns like select2. This functionality has largely been …

javascript angularjs select angularjs-select2 ui-select
Angularjs and UI-Select: how to select an option from code

in angularjs i have a ui-select: <ui-select ng-model="itemSelected.selected" theme="selectize" ng-disabled="disabled"> <ui-select-match placeholder="Select …

angularjs angular-ui ui-select2 ui-select
angular-ui/ui-select: how to set initial selected object correctly

This is my ui select in the view: <ui-select ng-model="selectedLabel.selected" ng-disabled="fetchingLabels || working"> <ui-select-match placeholder=""&…

angularjs ui-select
ui-select replacement in Angular2

We are moving our existing angular1 project to angular2 and want to replace the existing ui-select component. I have googled, …

angularjs angular ui-select
How to remove focus from ui-select after selecting an option

I need to remove focus from ui-select input once the user has selected an option using mouse click and on …

angularjs ui-select
Angular ui-select placeholder not working when ng-model is initialized

I am trying to add a new select every time a button is clicked, The html: <div ng-repeat = "select …

javascript angularjs select angularjs-select2 ui-select
ui-select : set width in Bootstrap grid system

I have a form with a ui-select in a bootstrap grid. I want my ui-select to be as wide as …

twitter-bootstrap-3 ui-select