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.
Not sure what I am doing wrong, but am trying to replicate functionality I had in select2 component. I read a model with some foreign keys {multi:['123412341234','23423234234']} and look up the records through an API. Then update the model (by directly assigning) to {multi:[{id:'123412341234',text,'Some value'},{id:'23423234234',text:'Some other value}]}. At this point $viewModel contains the array and $viewValue is an empty array.
Can anybody suggest what I am doing wrong? Using 0.9.1 and 1.3.5 but it doesn't seem to be same as #243
The text was updated successfully, but these errors were encountered:
Just realised I am trying to use a single multiple iu-select to do what I had previously been doing with multiple single select2 components. Obviously not going to work....
Not sure what I am doing wrong, but am trying to replicate functionality I had in select2 component. I read a model with some foreign keys {multi:['123412341234','23423234234']} and look up the records through an API. Then update the model (by directly assigning) to {multi:[{id:'123412341234',text,'Some value'},{id:'23423234234',text:'Some other value}]}. At this point $viewModel contains the array and $viewValue is an empty array.
Can anybody suggest what I am doing wrong? Using 0.9.1 and 1.3.5 but it doesn't seem to be same as #243
The text was updated successfully, but these errors were encountered: