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

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

I have used the following snippet to create the dropdown ui-select ng-model="option.name" theme="select2" ng-disabled="disabled" style="width: 100%"> ui-select-match placeholder="Select">{{$select.selected.name || $select.selected}} /ui-select-match> ui-select-choices repeat="option in options.options | filter: $select.search"> div ng-bind-html="options.name...

type: bug
PRs plz!

Hi, I forked a plunker http://plnkr.co/edit/AXWty48bKXWEzzJwOQwI?p=preview that puts the ui-select in a inline form, but the problem is that the caret is displayed over the text. ![image](https://cloud.githubusercontent.com/assets/4716711/4335477/dce7e81c-3ffc-11e4-9942-1e519387d466.png) What is the...

PRs plz!
type: css

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

When theme of ui-select is default (bootstrap) and search-enabled="false" then there is an exception by clicking on arrow down button. Drop down is not shown in this case. I corrected...

Hello! Sorry me if my question is not bug. but i cant make ui-select into ui-select ``` {{$item.name}} {{$selected.name}} {{ yesno.name }} {{ filterset.name }} ``` when i add new...

There seem to be quite a few bug fixes and features on Master, which have not been released. Please can you release a new version. As the `dist` folder hasn't...

Documentation only changes for working in IDE.

This pull request fixes issue #2025 using the proper ng-style directive in place of style attribute.

We are seeing two inline styles being applied when using the ui select directive, specifically with the ui-select-match directive. We are using the ng-csp directive at the top level and...