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 Oct 2, 2019. It is now read-only.
Trying to load pre-selected items in the multi-select model is a bit buggy. After some experimenting I determined cases which would or would not work in loading them in this plunkr
It seems for some reason you can't directly push to the ng-model array, but you can set it to an array that accesses the items of your multi-select.
Though, I'm not sure if this behavior is intended
The text was updated successfully, but these errors were encountered:
"Unknown" preselected items to the choices-datastore are necessary for remote loading (now done by refreshAsync). Also - for remote loading the selected selection has to be independent from choices datastore.
The concept itself how to cope with datastores seems to need rethinking. My wish would be to have something like an extjs combo with store (for its controller features, not DOM stuff)
Trying to load pre-selected items in the multi-select model is a bit buggy. After some experimenting I determined cases which would or would not work in loading them in this plunkr
It seems for some reason you can't directly push to the ng-model array, but you can set it to an array that accesses the items of your multi-select.
Though, I'm not sure if this behavior is intended
The text was updated successfully, but these errors were encountered: