0
votes
1answer
255 views

In select2 on keyboard down arrow key is pressed then I have to avoid server call

In select2 on keyboard down arrow key is pressed then I have to avoid server call because server call again refreshes list and my down arrow key functionality doesn't work , but don't no how to? I ...
1
vote
0answers
71 views

Setup for using Select2

I am trying to use Select2 along with AngularJs. I am stuck at achieving two-way data binding using ng-model directive for select2. Also other directives like ng-change is also not working for me. ...
1
vote
0answers
178 views

Angular UI select2 - shows [object Object] on tab switch

select2 with Angular seems to be working - however I'm using ui-router and I have different tabs. One of my select2 inputs is used in two tabs and the ng-model is the same. While everything works, ...
0
votes
0answers
50 views

Using ng-model with Select2 is not updating the model value

I am using angular ng-model for select2 for data binding. {{number.text}} <select id="e2" ui-select2 ng-model="select2.text" data-placeholder="Pick a number"> ...
0
votes
0answers
123 views

select2 disables a textbox binded to the same model

<select ui-select2="" data-ng-model="popupModel.processor"> <option value="">-- chose a processor --</option> <option ng-repeat="p in ...