AngularJS-native version of Select2 and Selectize
Questions tagged [angular-ui-select]
169 questions
0
votes
1 answer
ui-select selecticize templates not found
I am trying to use angular ui-select in my application, it worked just fine, except I wanted to change the theme from bootstrap to selecticize, that is when i got these errors:
I have no idea what to do i have two bootstrap files i tried loading…

user3718908x100
- 7,939
- 15
- 64
- 123
0
votes
1 answer
Angular UI-Grid Conditional Cell Template
I have a cell template that displays data from an external ui-select. However I only want the cell template to appear if the row(s) is/are selected. Here is my current code:
$scope.gridOptions.columnDefs = [
{ name: 'resourceChannel',
…

Jbodeen
- 25
- 1
- 4
0
votes
1 answer
angular ui-select is not working for array list and first o value
Angular ui-select is not working. If I select first option 0 it is coming like this..
New List 2
Selected: {{panel.fill}}

Javascript Coder
- 5,691
- 8
- 52
- 98
0
votes
1 answer
normal select list to angular-ui-select is not working
How to convert normal select list code into angular-ui-select directive code.
My code html:
0
votes
1 answer
selected value is not coming in angular-ui-select
angular select ui is not working properly..
[http://plnkr.co/edit/CKHbiSQ4tZXTjOyxpyBK?p=preview][1]
Select lists are not working properly.
Not able to work with option.text and option.value.
I want to show selected value in selected but i am not…

Javascript Coder
- 5,691
- 8
- 52
- 98
0
votes
1 answer
Complicated many-to-many relationship in dropdown search using AngularUI Select
Can't figure it out! What I'd like to achieve is to be able to filter the source so that another dropdown will use it but with fewer data.
For example, I typed in Adam on the first dropdown, the 2nd and 3rd dropdowns will only have 2 rows for their…

devwannabe
- 3,160
- 8
- 42
- 79
0
votes
0 answers
Angular-ui-select need to implement different behaviour on clear
My use case is that the models I connect angular-ui-select too need to allow a null option, even after a user has selected one he needs to return to null if desired.
I've used the allow-clear attribute but it doesn't have the behaviour I expected…

George Bora
- 1,618
- 6
- 26
- 45
0
votes
1 answer
Not able to fetch the dropdown data on selecting angular ui-select
I need to fetch the current users list on selecting the ui-select. So, I have implemented it using the ng-focus and it is working in older version(0.8.3) of ui-select. But with the latest version of ui-select, it is not working. It is always showing…

SaiGiridhar
- 886
- 1
- 13
- 28
0
votes
1 answer
ui-select: expected expression, got . (point)
I installed the latest angular-ui-select (v0.12) alongside angular v1.2.27. My page won't load. I get:
expected expression, got . (a point)
That refers to this context in my vendor.js:
!function(){"use strict";var e={TA
}]);
/*!
*…

Ehvince
- 17,274
- 7
- 58
- 79
0
votes
2 answers
Value of Angular ui-select
In my application have ui-select:
{{ $select.selected.type }}

Eugeniusz Zuev
- 149
- 4
- 15
0
votes
0 answers
angular-ui/ui-select inside a custom directive
I am using angular-ui/ui-select inside a custom angular directive, when I first load the page, or do a full browser refresh, the dropdown menu does not appear when I click the dropdown arrow, however, if I navigate to another state (yes I'm using…
0
votes
1 answer
angular-ui ui-select-choices is not taking 100 % of the width in IE 9
using the bootstrap theme the ul with class ui-select-choices is not taking 100 % of the width in IE 9. Any idea on how to fix this?

user1596914
- 69
- 7
0
votes
1 answer
How to remove double box - Angular UI Select
I get double boxes for drop down list in Chrome, Safari and Firefox. How can I remove the box below?

Nabarun
- 711
- 1
- 13
- 23
0
votes
2 answers
ui select placeholder text with search disabled
I am using angular ui-select Selectize Theme. I want to disable search but would like to show place holder text so that user know what is this select field is used for.
I tried modifying selectize/match.tpl.html to

Naresh
- 3
- 1
- 4
0
votes
1 answer
How do I convert from ngOptions to angular-ui-select?
I'm trying to add searchability to my select with the angular-ui-select directive. When I use angular-ui-select, the model value turns into the entire timezone, not just the id.
Here's the code: