Questions tagged [ui-select]

AngularJS-native version of Select2 and Selectize by the AngularUI Team

UI Select

A native AngularJS implementation of Select2/Selectize by the AngularUI Team

Basically a set of libraries that help develop select, multiselect and checkbox element.

Main Features

  • Search, Select, and Multi-select
  • Themes: Bootstrap, Select2 and Selectize
  • Keyboard support
  • jQuery not required (except for old browsers)
  • Small code base: 4.57KB min/gzipped vs 20KB for select2

Resources

382 questions
0
votes
1 answer

Differentiating arrow clicks between multiple UI-Select controls on one page

Hi I would like to customize behavior of the ui-select little bit. I use two bootstap themed ui-select controls on my page with the help of templatecaches. In the template, I wired up arrow button click event using ng-click tag. That way I can…
erin c
  • 1,345
  • 2
  • 20
  • 36
0
votes
2 answers

Debugging ng-click

I'm experiencing trouble with an angular-ui plugin (ui-select): for some reason, I cannot select any option. Looking in dev tools and changing the ng-click attribute for the relevant DOM element to alert('test'); doesn't result in the alert being…
klmdb
  • 765
  • 1
  • 10
  • 21
0
votes
1 answer

Why is the ui-select not clearing on selection every 2nd time?

In ui-select, when I select an option, the on-select callback does fire, but the option does not clear every second time. The ui-select has 2 states: Button - when I do not actually click it Input - when I click in it and it lets me search When it…
deitch
  • 14,019
  • 14
  • 68
  • 96
0
votes
1 answer

Angular ui-select in ng-grid

I'm trying to use the ui-select dropdown inside an editable ng-grid. This is what my editable cell template looks like:- editableCellTemplate: "
Sur
  • 133
  • 1
  • 1
  • 7
0
votes
1 answer

Angular UISelect issue

Im facing an issue with Angular UISelect and binding data to it using uiselect choices and repeat.
Sunil Vurity
  • 830
  • 9
  • 14
-1
votes
1 answer

Angular JS - Ui-select js file not loading

Its been a day since i have stuck in this problem. I have install ui-select through bower and its installed successfully. The css file is loading correctly but the javascript file is not loading in the network call, but I can clearly see the file…
Usman Iqbal
  • 2,379
  • 5
  • 26
  • 50
-1
votes
1 answer

How can I get all the selected values in a ui-select multiple in angular

I have the following ui-select code in angular and I want to get all the selected values in order to put them in a string. THe selection works well I can choose the product but I cannot get which values I have selected
vagelis
  • 326
  • 5
  • 18
1 2 3
25
26