ui-select
ui-select copied to clipboard
AngularJS-native version of Select2 and Selectize
Change ng-show="$select.open && $select.items.length > 0" for this ng-class="{show : $select.open && $select.items.length > 0}"
Issue: I have an ui-select element somewhere in container with the append-to-body attribute true, if I open the dropdown and resize the window the element will remain at the same...
### Bug description: We want to use `uis-open-close` directive but it's not working as expected. Below is the code snippets, ``` ``` ### Link to minimally-working plunker that reproduces the...
With libraries such as Bootstrap, the CSS can be overwritten in a consistent manner with the use of less/sass & setting variable values. It would be nice if the CSS...
This is my ui-select: ``` {{$select.selected.code}} - {{$select.selected.name}} Code: ``` When an item is selected, say: ``` { code: "some large code", name: "some very large name, foo bar qux"...
I think that I've discovered a bug particularly in my use-case because I'm (still) not able to reproduce it on Plunkr but I'm able to identify it manifesting on my...
I have a multi select inside a bootstrap tab page and the search input is only 10px wide when it first displays.  After clicking on the tab that the...
The issues forum is __NOT__ for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/ui-select/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening...
Hi all, I've found a problem in ui-select with binding remote data. This is my code ``` html {{$select.selected.name}} Description: {{ group.description }} ``` I want that the call to...
I have a ui-select that uses refresh to fetch data from server whenever a user inserts a char in input box (search box). Since UI-Select v0.19.3 the input box is...