Skip to main content

Questions tagged [angular-ui-select]

AngularJS-native version of Select2 and Selectize

angular-ui-select
0 votes
1 answer
546 views

how to set group label ordering angularjs ui-select group-by

I am using ui-select-choices group-by to group the list in UI select, grouping is working fine but the problem I am facing is the group labels are not in alphabetical order, below is a code snippet ...
SwapnilKumbhar's user avatar
0 votes
1 answer
218 views

How to load model on the fly angularjs Select combo box

At the moment I have a combo box. In my appservice, I query my database and grab top ten. <select id="StationSelectionCombobox" name="Country" ng-options="s.amenityUID as s....
Phoenix's user avatar
  • 467
0 votes
2 answers
1k views

How to assign values in an Angular form without an input element or hiding the UI element?

I am working on this template-driven form, where I have a dropdown. The dropdown has an ID as value and Name as the display value. When I submit the form, I need both the values ID and Name to be in ...
vba's user avatar
  • 584
0 votes
1 answer
177 views

Angular ui-select breaks after minifying

I currently need to maintain an angular.js 1.5 application which uses angular-ui-select 0.19.8. The problem I'm having is, that the ui-select somehow breaks when packaging the app. When running with ...
Urr4's user avatar
  • 783
0 votes
1 answer
519 views

How do I populate dropdown with names, and values (numeric ids)?

How do I properly bind my dropdown to a controller variable but instead use the id property of my drop down array and not the value to assign value, still showing the drop down content using the name ...
Vahe's user avatar
  • 1,799
0 votes
3 answers
822 views

Issue with option visibility in ui-select + parent div has overflow-x to scroll

I need to use ui-select within a parent div element which contains overflow-x: scroll style. The problem is when we click on dropdown the option list hides behind the scrollbar. Please refer this ...
Dharmik Patadiya's user avatar
0 votes
1 answer
150 views

Show hexadecimal color in angularjs ui-select

I have a ui-select, in which one of its attributes called color is in hexadecimal, is it possible with angular js to show that color? <div class="form-group container-fluid"> <label ...
Alex Cortes's user avatar
0 votes
0 answers
135 views

ui-selct onchange loading options from the server (upgraded from select2)

I've recently upgraded from select2 to ui-select. I will show below how it was working using select2. Context : I have a data of clients that needs to be filtered using ui-select. Since the data ...
mike's user avatar
  • 47
1 vote
1 answer
1k views

Angular-UI-Select ng-model not working with a simple variable on $scope

How do you clear an array with selected values so that values can return to the select? I have a people array. The people array values are available in select. When I choose names, they are ...
user avatar
0 votes
1 answer
691 views

ui-select multiple: ng-model how will it be saved as string and not as array

I have this ui select: <ui-select multiple ng-model="meas.daysSelected" theme="bootstrap" close-on-select="false"> <ui-select-match placeholder="days">{{$item}}</ui-...
Yogi_Bear's user avatar
  • 574
2 votes
1 answer
64 views

how to set the updated value in searched field by default after updation in angularjs ui-select directive?

I am facing problem in angularjs ui-select directive. It works fine, it shows me full data in dropdown. When I select a value from search field and want to update it the it is updated but it can't ...
Akhtar Munir's user avatar
  • 1,741
1 vote
0 answers
151 views

Refresh doesn't work correctly with minimum-input-length attribute

Ui-select-choices doesn't render option from refresh when deleting and re-inputting the same input with minimum-input-length. I have an ui-select with minimum n characters. 1: Input xx...xx, it ...
Hakaze's user avatar
  • 11
0 votes
1 answer
340 views

Angular UI select does not display initial value

I have a form containing field "Partner". User should be able to set or change the partner by looking up for alternative partner and selecting an it so I use ui-select for the field. There's variable ...
Vojtech's user avatar
  • 2,563
2 votes
1 answer
367 views

ui-select-header-group-selectable directive on ui-select-choice does not work

ui-select-header-group-selectable in ui-select-choices makes the headers clickable, so you can select all the items in a group. Am I right or wrong?
Majid's user avatar
  • 151
2 votes
1 answer
3k views

Set ui-select value using ID from an array of objects

Well I have the array of objects in this format $scope.itemArray = [ {id: 1, name: 'first'}, {id: 2, name: 'second'}, {id: 3, name: 'third'}, {id: 4, name: 'fourth'}, ...
Steve's user avatar
  • 552

15 30 50 per page
1
2 3 4 5
12