ui-select2 icon indicating copy to clipboard operation
ui-select2 copied to clipboard

Use ui-select2 multiple on angularJs ,How to prevent auto sorting items ?

Open Tairr opened this issue 6 years ago • 1 comments

I found issue #12 ,and the pull #78 (2014) , but it didn't work. select2 version: Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014; angular-select2 was download in demo and no version my code: <select style="width:300px" ui-select2 multiple ng-model="selPoints" id="source" required> <option ng-repeat="d in map.addPoints" ng-bind="d.name" value="{{ d }}"></option> </select>

thanks as all

Tairr avatar Sep 10 '18 04:09 Tairr

Does ui-select2 support this ? I mean , i select selection 3, then select selection 1, and what i want is 3-1 ,not 1-3

Tairr avatar Sep 10 '18 06:09 Tairr