Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
1k views

I am using Select2 for my select options. It works when I add the js-example-basic-single class to a select option but it seems like whenever I add the same class to other select boxes in the same ...
inquisitive's user avatar
0 votes
0 answers
152 views

Good day. I am trying to create a select2 in angularJS. I have search and found this code but upon using it and put it in my code I got this error element.select2 is not a function. I've used it(...
FaceLess No One's user avatar
0 votes
1 answer
2k views

i want that the user directly can search when ng-select2 opens. this time the user opens the ng-select2 and needs to click into the searchfield with the mouse and can search - but the search field ...
Manuel Weitzel's user avatar
0 votes
1 answer
306 views

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
1 vote
2 answers
3k views

I have a Drop down in my Anjularjs Application implemented using 'ui.select2' I had initialized it as below <input type="text" ng-model="objCas.iProjectId" id=" iprojectid" ui-select2="...
Sreenath Ganga's user avatar
0 votes
1 answer
219 views

I am using select2 plugin for dropdown list on angularjs application. I want to show text both left and right. <select ng-model="selEmployee" id='selUser' name="selEmp" ng-disabled="currentmode ==...
Balamurugan's user avatar
1 vote
0 answers
390 views

I was searched as much I can but I did not get a solution for this. I using select2 with multi-select and dynamic tags, but on load, I want to load some default values, but it only displays the first ...
Deekshith S's user avatar
1 vote
0 answers
38 views

I am loading the data in select2 dropdown on page load. On the UI I can see the dropdown being populated but when I clear the dropdown value and reload the value again, it is not getting populated, ...
Ashlesha's user avatar
0 votes
1 answer
1k views

I'd like to use Select2 for a select box, populated by an ajay query to an api with a single call to the api. There is no need to query the api again after every keystroke. I tried to implement it ...
soomon's user avatar
  • 449
1 vote
0 answers
463 views

I'm trying to call 2 REST APIs and then populate the select2 dropdown. My select2 code works fine for 1 API call but doesn't if I try to call the 2 API in AJAX results. The way I'm trying to call the ...
C4code's user avatar
  • 113
1 vote
0 answers
74 views

I did use an http interceptor to handle 401 response status like following var expiredSessionInterceptor = function ($q,$window) { return { request: function (config) { return ...
rahuLrajaN's user avatar
0 votes
0 answers
83 views

So, i'm dealing with angularjs 1 and select2-ui. I have this div. <div> <label class="control-label" translate>Abundance</label> <select ui-select2 ng-model="thisid" class="...
strudelj nudelj's user avatar
0 votes
1 answer
1k views

I am using AngularJS 1.2.12, select2.js. I have users table where each user has some countries, for this countries i am using select2. but it is not working and it is rendered as normal text box. ...
Mr code.'s user avatar
  • 307
0 votes
0 answers
339 views

I am using AngularJS and Select2 to display 80000 data in single select dropdown , but its taking lot of time around 2 min to display. How can I improve the performance of Select2?
Swapnil Bangad's user avatar
2 votes
1 answer
3k views

I have many drop-downs in my angular2js project. I am using ng2-select2 for these drop-down. In some dropdown, I need to filter and fetch data from an API as per the string user types into the select2 ...
Jayant's user avatar
  • 114

15 30 50 per page
1
2 3 4 5
9