-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
x-option declared without x-select error #99
Comments
Thanks! I'll take a look tonight after work :) |
Thank you very much :-). |
Just a few more info to understand my problem better (and to reproduce it): Options are filled into the second x-select correctly, but error is logged too. When I select different item in second x-select, x-select`s "value" is not changed. |
Hi @horacekj! What version of ember are you on? I'm trying to replicate and can't seem to get the error. We also have a test that's similar to this use case. |
I'm going to close this since it's been a month now. If this is still an issue feel free to comment |
Version of x-select:
2.0.2
Ember Version / Ember CLI Version:
1.13.15
Problem:
tasks
is computed property. Whentasks
changes, browser logs to console: Error: Assertion Failed: x-option component declared without enclosing x-select.I expect x-option to update its items withnout prompting any error.
Steps To Reproduce:
Simply declare
tasks
as computed property and template as showed above.The text was updated successfully, but these errors were encountered: