Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not possible to set value on sl-select after render #1669

Open
SpikedKira opened this issue Apr 15, 2016 · 2 comments
Open

not possible to set value on sl-select after render #1669

SpikedKira opened this issue Apr 15, 2016 · 2 comments

Comments

@SpikedKira
Copy link
Contributor

changing the value from outside of the component will never change the selected item in the select

@notmessenger
Copy link
Collaborator

@SpikedKira Is this addressed by #699 or does this encompass something different?

@SpikedKira
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants