AngularJS-native version of Select2 and Selectize
Questions tagged [angular-ui-select]
169 questions
2
votes
1 answer
Angular ui select not showing placeholder
I have a problem with angular-ui-select.
When it's closed it looks like this
But when it's opened the placeholder doesn't show up and it looks like this:
This is my code:
…

Mattia Pettenuzzo
- 195
- 1
- 14
2
votes
0 answers
angular ui-select-header - workarounds?
I see that ui-select-header (https://github.com/angular-ui/ui-select/wiki/ui-select-header-and-footer) is planned, but I really need a workaround until it is available, any good ideas?
I would like to add a "Select All" button, to a control like…

Mattan Bitner
- 1,463
- 3
- 14
- 29
2
votes
1 answer
UI select angular with disabled search pops out keyboard on mobile devices
I am using select 2 theme on bootstrap for angular.
By default it has a built in 'search' that filters the option rows.
I don't want that row so I've search online for solutions.
The common solution is using ng-disabled, which works fine for some…

Ziv Weissman
- 4,400
- 3
- 28
- 61
2
votes
1 answer
display ui-select dropdown after minimum input characters set
So i have this ui-select which works fine but I want the dropdown list to only show or be populated upon minimum 2 characters input hwo do i do this?

Kingsley Simon
- 2,090
- 5
- 38
- 84
2
votes
0 answers
select box in not displaying properly
Select list is not displaying properly.
Please see the images..
some height is conflicting, I am using angular ui-select for select list.

Javascript Coder
- 5,691
- 8
- 52
- 98
2
votes
1 answer
Angular: ui-select. Custom tagging with `refresh` function
I need ability of multi-select for the input. The problem is that data comes from the server dynamically while a user tapping and if no appropriate data is found, I need to create a new label.
Example of code: Getting addresses
Current example do…

Vladyslav Babenko
- 1,349
- 18
- 26
2
votes
1 answer
Angular ui-select within ng-repeat
I'm using ui-select within an ng-repeat to create a select box for each item over a collection. However, when I select a node ID in any of the individual select boxes it ends up getting selected in all of them. How can I configure the…

user3806486
- 135
- 1
- 7
1
vote
1 answer
Angular-UI-Select ng-model not working with a simple variable on $scope
How do you clear an array with selected values so that values can return to the select?
I have a people array. The people array values are available in select. When I choose names, they are transferred to the multipleDemo array. And you can not…
user8777652
1
vote
0 answers
Refresh doesn't work correctly with minimum-input-length attribute
Ui-select-choices doesn't render option from refresh when deleting and re-inputting the same input with minimum-input-length.
I have an ui-select with minimum n characters.
1: Input xx...xx, it works normally.
2: Delete whole xx...xx or few…

Hakaze
- 11
- 2
1
vote
0 answers
Selected value of angular-ui tree select
I've found this tree select on codepen.io (see link below) and I would like to use the selected value's ID in another function but I'm unable to properly get it. For example, the ID of the selected value "Tazzy" is "1"(again, see link below). I've…

Marianne
- 11
- 2
1
vote
0 answers
Google Smart Lock remove on login form
How can I remove this Google Smart Lock in my form for login.
Heres my HTML code
1
vote
2 answers
How to access UI-SELECT Dropdown value [AngularJS 1.4.7]
I'm unable to access the selected dropdown value in UI-Select, How do I access the selected values in the controller?
…

Ash Rhazaly
- 205
- 3
- 14
1
vote
1 answer
1
vote
1 answer
How to dynamically change the choices of ui select in angularjs
I have a couple of UI Selects, based on the selection of the first one I want to load the choices into the second one. How do I go about doing it dynamically for the second one. I did do some extensive searching but could not find…

Shashank Shankaranand
- 53
- 1
- 8
1
vote
0 answers