You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
<selectui-select2multipleng-model="things"><optionng-repeat="thins in available_things" ng-value="thing">{{thing}}</option></select>
The problem I have is that the directive seems to order the resulting "things" each time I select a thing but the order in which I select things is important to me.
This is not how Select2 behaves normally and I can't find what's causing this. Would appreciate some insight in how to fix this. "things" is just an array of strings.
The text was updated successfully, but these errors were encountered:
This issue has not been fixed:
I'm using the Select2 directive as follows
The problem I have is that the directive seems to order the resulting "things" each time I select a thing but the order in which I select things is important to me.
This is not how Select2 behaves normally and I can't find what's causing this. Would appreciate some insight in how to fix this. "things" is just an array of strings.
The text was updated successfully, but these errors were encountered: