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
2
votes
0 answers

Ui-select : dropdown larger than select

I want to use the ui-select component. But I am getting a weird behaviour, the dropdown area is larger than the select. I am not an expert in CSS, if someone can help me on this, that would be nice. I am posting the css that goes with it (when I…
user1260928
  • 3,269
  • 9
  • 59
  • 105
2
votes
1 answer

angular-ui-select control themeing and customizing

I use Angular UI https://github.com/angular-ui/ui-select. I have a slight issue with my usage of the control. I would like to avoid altogether having a arrow (which seems to allow users to submit the whole form unfortunately). See red circle…
balteo
  • 23,602
  • 63
  • 219
  • 412
2
votes
1 answer

ui-select angularjs bootstrap undefined is not a function error

I'm having some issues trying to work with the ui-select library. I'm trying to use the select dropdown features but it doesn't work properly. This is the library used: https://github.com/angular-ui/ui-select Here's my html code:

Array of…

cpu2007
  • 905
  • 4
  • 11
  • 24
2
votes
2 answers

Angular ui-select array of objects - first item not selectable

SITUATION: In my app I am using angular ui-select displaying a list of people (array of objects). It is working fine except one little issue: The first item of the list is not selectable. I cannot choose it. CODE:
FrancescoMussi
  • 20,760
  • 39
  • 126
  • 178
2
votes
2 answers

Angularjs ui-select tagging not working

THE SITUATION: I have an angular app that sends emails. There are three fields: Address - Subject - Text. The address field is built using angular ui-select The email address can be choosen from the list or it may be entered anew. The problem is…
FrancescoMussi
  • 20,760
  • 39
  • 126
  • 178
2
votes
2 answers

Bind angulajs UI-Select to UI-Grid filter

I'm attempting to combine AngularUI's ui-grid and ui-select, so that I can have ui-select behavior while filtering the ui-grid. I have a plunker that's part of the way there here: http://plnkr.co/edit/1rREdYPV4qz8slbwSLai?p=preview
Max
  • 58
  • 1
  • 8
1
vote
1 answer

How to use Katalon with AngularJS Ui-select?

I'm having a form with at least 3 tags, when i run Katalon automated test, i cannot use Web UI keyword Select Options by value to set the value for the element. Is there any way to handle this problem? Hope to see your…
Steven Dang
  • 182
  • 1
  • 12
1
vote
1 answer

ng-repeat is not showing all values of the array when i select a particular option

i am working with ui-select-match and ng-repeat i have an array with five values as shown below in occurrence. My code is working fine except that when i select first option all disappears from the dropdown and after that if when i select…
MyDoom
  • 11
  • 2
1
vote
1 answer

how to copy tag text under ui-select

I need the user to be able to select (using mouse or keyboard) a selected tag value and be able to copy the text somehow. In the following sample plunker, I need the user to be able to copy text "blue"/"red" - ui-select tagging sample Any…
SoftEngi
  • 407
  • 4
  • 14
1
vote
1 answer

ng-style does not work in ui-select-match- AngularJs

I have a ui-select and I need to show a color in a html span tag, I use ng-style to enter the color, in ng-select-choices it works, but in ui-select-match it does not work
1
vote
1 answer

How to fit search tags and input onto same line of ui-select multiple select?

If you look at the ui-select tutorial, and click on Multiple Selection, you see multiple selection dropdowns where once you select at least one, you get at least two "lines", which will contain the already selected entries, until the last line, in…
Jack Pan
  • 1,261
  • 3
  • 11
  • 12
1
vote
0 answers

Angular JS ui-select directive

I am using an angular ui-select to show a list of potential addresses a user can go through. When a user enters a search term into the input field, the search term itself should be highlighted in the available addresses which are shown below the…
Dante
  • 45
  • 1
  • 6
1
vote
1 answer

Loading spinner inside angularjs ui-select

I'm using AngularJs and ui-select and I'd like to use a spinner during the data retrieving from the server. How can I put a spinner inside the html code? This is the actual HTML code
luca
  • 3,248
  • 10
  • 66
  • 145
1
vote
0 answers

ui-select it is possible to load data while typing

i'm new to angularjs. it is possible to load a data while typing in ui-select.Me having record more that 9000. can anyone help for this
parthiban
  • 11
  • 1
1
vote
1 answer

How to display the search item in the ui-select menu in Vue

Is there any way I can display my search item to the ui-select menu in vue? Like for instance, if the user typed in the search field, and like for example in an on-blur event or while typing, it will display the item to the ui-select menu: So, for…
user6632933