-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Delete deprecated mixins #520
Conversation
a1892ca
to
acbf3dd
Compare
|
||
```htmlbars | ||
{{input}} | ||
<input {{on-key '/' this.onSlash}} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lukemelia do you mind to take a look into this example? I'm not 100% sure this is the exactly right way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks as I would expect.
|
||
```htmlbars | ||
{{input}} | ||
<input {{on-key '/' this.onSlash}} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks as I would expect.
@SergeAstapov what do you want to do about the Ember 3.8 failure? |
@lukemelia I’m working on the fix. I’ll push an update once I have it |
@lukemelia found the solution for 3.8 scenario - in the test component used |
Thanks, @SergeAstapov. Seems OK until we drop 3.8 support. |
Part of #116.