ui-select icon indicating copy to clipboard operation
ui-select copied to clipboard

AngularJS-native version of Select2 and Selectize

Results 101 ui-select issues
Sort by recently updated
recently updated
newest added
trafficstars

Change ng-show="$select.open && $select.items.length > 0" for this ng-class="{show : $select.open && $select.items.length > 0}"

needs: work

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...

needs: investigation
type: enhancement

### 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...

PRs plz!
needs: breaking change
type: css
type: enhancement
type: build

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"...

PRs plz!
type: enhancement

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. ![beforefocus](https://cloud.githubusercontent.com/assets/3407052/5495663/7b8ebc40-86cd-11e4-8159-d304a5f08378.PNG) After clicking on the tab that the...

type: bug

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...

enhancement
PRs plz!
needs: investigation

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...

type: bug
theme:select2
needs: plunkr