ui-select
ui-select copied to clipboard
AngularJS-native version of Select2 and Selectize
**Feature request :** If a selected option becomes unavailable, it should be automatically deselected. That's how it works with a regular "select" : let's say I have a list of...
The last release (19.0.8) is from over a year ago. It would be useful for us to have a release in bower with the fix in commit #2011
Hey, I am getting this error message `Error: [ui.select:choices] Expected multiple .ui-select-choices-row but got '0'.` when I select item from drop down list. (ui-select 0.14.9 (even 0.14.0), angular 1.5.0 or...
There are cases where we might need to show some static info at the dropdown. We could add a new directive `ui-select-static-choice` and I was thinking of something like this:...
### Bug description: When we scroll down or up to the 'selected' item in the dropdown, then scroll back again, the 'selected' item is 'disappear'. and will 'appear' again if...
### Bug description: Angular 1.7 inserts `unsafe:` string in href attribute when it contains `href="javascript:" `. This breaks the close button in tags when using `mutliple` attribute in FF, Edge...
Would we please add the "Select all" and "Clear all" feature? If the select items too many, select one by one will not convenience. Just like as below:  ...
Hello, Noticed that ui-select with multiple attribute doesn't fire any callback when a tag is clicked from the matches list. This hinders the user to access the selected/active tag value...