AngularJS-native version of Select2 and Selectize
Questions tagged [angular-ui-select]
169 questions
3
votes
1 answer
Model not update in angular-xeditable, angular Ui-Select
i used ui-select in angular-xeditable.
in this sample all is ok but, Model not updated (foo.bar not change when select an item). can you help me?

ali
- 83
- 5
3
votes
2 answers
How to find which column was sorted and in what order in angular ui.grid
How to find which column was sorted and in what order in angular ui.grid. Actually I want to set server based pagination. For this, I what to send data in params as {pageNumber, pageSize, column, order}. Now how to find which column (Name / Age /…

Kamaldeep Singh
- 765
- 2
- 8
- 28
3
votes
1 answer
UI select form property "touched" not set on first interaction
I'm trying to validate a multiple ui-select using ng-messages and angular 1.3. The $touched property is not being set on first interaction, i.e. click inside the select and then click outside. However, this works for textarea element.
Including the…

Anshu Kumar
- 606
- 6
- 18
3
votes
1 answer
add new values to bootstrap ui-select
Is there any way to add a value which is not present in the list to ui-select. Tagging is available in multi-select but doesn't work for ui-select.
If not, is there any other library I can make use of?
user2851669
3
votes
1 answer
cannot get label to be inline with angular-ui-select object
I am trying to get a label to be to the left of an angular-ui-select dropdown but it keeps appearing below the label no matter what I try. I recently pulled down the latest angular-ui-select. I am using the selectize theme but the same thing…

Rob
- 71
- 4
3
votes
1 answer
Binding scope values to ui-select-match attributes in angular's ui-select
I'm using AngularUI's UI-Select to create rich selects in my application, and I'm trying to bind the allow-clear attribute to a function or property on the scope:

Iravanchi
- 5,139
- 9
- 40
- 56
2
votes
1 answer
how to set the updated value in searched field by default after updation in angularjs ui-select directive?
I am facing problem in angularjs ui-select directive. It works fine, it shows me full data in dropdown. When I select a value from search field and want to update it the it is updated but it can't show by default in the search field. I have to…

Akhtar Munir
- 1,691
- 3
- 11
- 28
2
votes
1 answer
ui-select-header-group-selectable directive on ui-select-choice does not work
ui-select-header-group-selectable in ui-select-choices makes the headers clickable, so you can select all the items in a group.
Am I right or wrong?

Majid
- 141
- 2
- 10
2
votes
1 answer
Set ui-select value using ID from an array of objects
Well I have the array of objects in this format
$scope.itemArray = [
{id: 1, name: 'first'},
{id: 2, name: 'second'},
{id: 3, name: 'third'},
{id: 4, name: 'fourth'},
{id: 5, name: 'fifth'},
…

Steve
- 522
- 3
- 12
- 28
2
votes
1 answer
Close all of ui-select drop down list programmatically?
I am trying to build a directive to make angular UI $uibModal draggable. And also I want to close all of opened drop down list of ui-select in the modal body, when the modal is dragging.
Does anyone know how to close all of ui-select list in a…
user4143172
2
votes
1 answer
angular ui-select not loading big list in dropdown
Here is my json file of the cities of the world: google drive link.
and here is my html code:

cplus
- 1,115
- 4
- 22
- 55
2
votes
1 answer
angularjs ui-select to capture the key only not the value in dropdown live search
I am filtering the dropdown menu by typing in the box, and capturing the key into my model. It is working fine! However, the problem is as I type, the selection is not being narrowed down. where is the problem?
capturing the key but not live search…

cplus
- 1,115
- 4
- 22
- 55
2
votes
1 answer
How to remove duplicate options from angular ui select?
Here is my angular ui select html:
…

Sony Khan
- 1,330
- 3
- 23
- 40
2
votes
1 answer
Ui-select ng-model is not binded with selected
I am trying to do a simple drop down menu with a search in it.
I cant get the ng-model to be changed on this drop down.
this is what I have done, and as you can see its very simple (mostly copy paste from the get started)
I couldnt find any info…

Yogi_Bear
- 512
- 2
- 10
- 24