You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For additional context, the error seems to be happening if the <form> element takes a submit event, which allows the user to press Enter to submit the form.
Expected Behavior
Do not send a missing
this.args.onClicked
warning if component is used asbutton[type=submit]
.Actual Behavior
A warning is sent for a missing
this.args.onClicked
function even if it's not necessary.ember-styleguide/addon/components/es-button.js
Lines 13 to 18 in 0eb219f
Steps to Reproduce
Add an
es-button
component with@type=submit
and no@onClicked
.Screenshot
The text was updated successfully, but these errors were encountered: