ui-select
ui-select copied to clipboard
AngularJS-native version of Select2 and Selectize
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...
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.  What is 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...
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...