Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

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

Open
Tairr opened this issue Sep 10, 2018 · 1 comment
Open

Comments

@Tairr
Copy link

Tairr commented Sep 10, 2018

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
Copy link
Author

Tairr commented Sep 10, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant