We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I expect the bs-input component to show up in the template by changing out the layoutName in the init of another component
2.1, setting layoutName does nothing, bs-input component not rendered in template
https://ember-twiddle.com/70a5b77b6b7bb24976a0
2.0.2, setting layoutName works, bs-input component rendered in template
https://ember-twiddle.com/dad06f08b25c2ae1bd54
I believe it was related to this, is this intentional or a regression? #12299
is there a new way to do this without having to use the component helper?
The text was updated successfully, but these errors were encountered:
Work around for now is to set layoutName before calling this._super, but I believe that this is a regression we should fix.
layoutName
this._super
Demo using workaround: https://ember-twiddle.com/5097bebbfb1209da7784
Sorry, something went wrong.
this is still present in ember 2.5, the workaround still works properly
https://ember-twiddle.com/43c370747fc6c440e723b3d533c6da93
fixed in 2.8
https://ember-twiddle.com/9ecc420a620984e6874889454f7fd6d9
No branches or pull requests
I expect the bs-input component to show up in the template by changing out the layoutName in the init of another component
2.1, setting layoutName does nothing, bs-input component not rendered in template
https://ember-twiddle.com/70a5b77b6b7bb24976a0
2.0.2, setting layoutName works, bs-input component rendered in template
https://ember-twiddle.com/dad06f08b25c2ae1bd54
I believe it was related to this, is this intentional or a regression? #12299
is there a new way to do this without having to use the component helper?
The text was updated successfully, but these errors were encountered: