angular-ui-select Questions
3
Solved
I use angular-ui-select with a list of ~1500 items in bootstrap modal window.
There is a delay of 2 seconds for every action the user does.
I tried to improve performance by by using 'minimum-inpu...
Alagez asked 28/6, 2016 at 13:25
1
I'm currently facing an issue with displaying a ui-select dropdown within a ui bootstrap modal, which has an overflow css applied.
Currently, when opening the ui-select dropdown, the list of choic...
Obtect asked 5/3, 2018 at 11:55
1
Solved
In ui-select muliple mode, selected choices are removed(checked in source code too) from the choices list but I just need that selected choices to be disabled, like below, instead of being removed....
Solubility asked 18/2, 2016 at 6:41
5
Solved
I am trying to use the ui-select directive in my angularjs but it is not displaying, i tried following the documentation and this is what i did:
<ui-select ng-model="form.gender" theme="bootst...
Alignment asked 16/9, 2015 at 9:14
1
I have a dropdown list and a ui-select. on the basis of dropdown value ui-select values are binding. but if i am directly pasting that specific values into ui-select it is showing as selected.
how ...
Palocz asked 2/11, 2016 at 8:53
5
Solved
I am trying to test an ui-select with protractor. In this ui-select I have a list of countries.
My html looks like:
<ui-select ng-model="datiAnagrafici.countryOfBirth" name="countryOfBirth" the...
Blackmon asked 25/6, 2015 at 16:4
1
I am currently using ui-select (https://github.com/angular-ui/ui-select) for dropdowns. I have included select.js and select.css in my index.html file. I have also installed angular-sanitize throug...
Eblis asked 8/1, 2016 at 14:3
3
Solved
i'm using the angular-ui-select in a simple user registration form:
<ui-select ng-model="user.countryCode" convert-to-string theme="selectize" class="dropdown">
<ui-select-match placehol...
Tareyn asked 23/6, 2015 at 16:12
1
Solved
On click of "select yellow color" button, I want to add yellow to the selected list. Yellow is getting selected, but the dropdown is still showing yellow. In the same way, I want to deselect yellow...
Endodermis asked 10/5, 2015 at 10:58
1
© 2022 - 2024 — McMap. All rights reserved.