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 has been archived by the owner on Apr 21, 2024. It is now read-only.
Sorry for the delay... didn't see this question until now.
This binding applies select2 to an existing select element. Knockout select bindings can be used to observe changes.
I suggest making your code work with vanilla knockout only on a multiselect select element. Then once everything works as expected, add select2 binding without removing the other bindings.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this binding supposed to update my observableArray property when i select new items from my select2 list?
I am using a multi-select dropdown, but my viewmodel is never updated.
I can' see anywhere in this binding which would update the observable property, or is this done somewhere else?
The text was updated successfully, but these errors were encountered: