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

Hi, after updating angular 1.5.1 with ngAnimate is still there bug with multiple triggering $digest. Problem - Multiple opening same uiSelect triggering duplicity $digest`s. This bug was ignored with reference...

needs: investigation
performance

Bug description: Ui-select-choices doesn't render option from refresh when deleting and re-inputting the same input with minimum-input-length. Ex: ui-select has minimum 3 characters. 1: Input 123, it works normally. 2:...

### Bug description: **Input box for ui-select multiple forcing text entry at new line, even if values do not take up entire first line** There is already closed issue for...

type: bug
PRs plz!

When I was trying to use `gulp` to build the project, there is a dependency issue cased by outdated karma package: ``` Store.prototype.__proto__ = EventEmitter.prototype; ^ TypeError: Cannot read property...

In commit [aef5a8088b749b6c3d5c5d3d12998d7a30e8bdfd](https://github.com/angular-ui/ui-select/commit/aef5a8088b749b6c3d5c5d3d12998d7a30e8bdfd), support was added for close-on-select. These changes included the addition of the 'clickTriggeredSelect ' property on the controller. The 'clickTriggeredSelect' is preventing the first click outside of...

PRs plz!
type: enhancement

### Bug description: Dropdown opens and closes when re-entering a view which renders ui-select. Root cause: onDocumentClick is not correctly de-registered. ### Link to minimally-working plunker that reproduces the issue:...

### Bug description: Example of a custom directive which automatically select the only entry if the ui-select has only one element. ### Link to minimally-working plunker that reproduces the issue:...

One feature that I liekd from ui-select2 is the dropdown could be injected at the top-level of the DOM, so it would appear outside of DIV's with overflow:hidden, it also...

enhancement

### Feature description: A project I am working on requires that the user be able to select multiple choices from the list and also be able to enter quantity manually...

### Bug description: When tagging is active, when you type a new item, the tagging-label text is included when you click the item in the dropdown. Below plunker taken from...

type: bug