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

how to change the color of cross button in ui-select module of angularjs

I am using ui-select for multiple selection in drop down.When an item is selected it shows the cross button on the right upar of selected item. Can I change the color of cross button to red ?
Sunil Garg
  • 14,608
  • 25
  • 132
  • 189
0
votes
1 answer

Unexpected change in a model when using Angular ui-select

I have an Angular ui-select that is used to toggle some checkboxes (generated with ng-repeat) based on the selected option. The checkboxes can also manually be toggled as well, and that's where things seem to go wrong. Scenario is as…
excentris
  • 471
  • 1
  • 7
  • 25
0
votes
2 answers

form valid ui-select AngularJs

How can I validate a required "ui-select" field? The text input field 'prénom' in this image works. It doesn't work with the following code :
ALFA
  • 263
  • 1
  • 5
  • 20
0
votes
2 answers

ui-select is not visible

I try use ui-select instead select in Angular app. My problem is that ui-select is not visible. This is working code with select: