Open
Description
Expected Behavior
Do not send a missing this.args.onClicked
warning if component is used as button[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
Metadata
Metadata
Assignees
Labels
No labels