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
It's different. We use the select2 jquery addon for our sl-select. The problem is that we never talk to select2 after init. So anything bound in using ember that is changed after init will never get updated. Most notably, this effects the value, but ultimately, if you were using select as a field that was dependent on another and wanted to change readonly status, that too would not be possible if I recall.
changing the value from outside of the component will never change the selected item in the select
The text was updated successfully, but these errors were encountered: