sl-ember-components
sl-ember-components copied to clipboard
not possible to set value on sl-select after render
changing the value from outside of the component will never change the selected item in the select
@SpikedKira Is this addressed by https://github.com/softlayer/sl-ember-components/issues/699 or does this encompass something different?
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.