Skip to content

Extract rule: template-no-action-on-submit-button#2400

Closed
NullVoxPopuli wants to merge 1 commit intoember-cli:masterfrom
NullVoxPopuli:nvp/template-lint-extract-rule-template-no-action-on-submit-button
Closed

Extract rule: template-no-action-on-submit-button#2400
NullVoxPopuli wants to merge 1 commit intoember-cli:masterfrom
NullVoxPopuli:nvp/template-lint-extract-rule-template-no-action-on-submit-button

Conversation

@NullVoxPopuli
Copy link
Copy Markdown
Contributor

Split from #2371.

@NullVoxPopuli NullVoxPopuli force-pushed the nvp/template-lint-extract-rule-template-no-action-on-submit-button branch from b8a1af1 to abb3e7c Compare February 19, 2026 02:40

## Rule Details

This rule disallows using the `action` attribute on `<button>` elements (which default to type="submit") and `<input type="submit">` elements.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this relevant? I can find no mention of action as an attribute to button or input so I believe this is reference to some esoteric way of triggering actions in Ember?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea, I think we can just kill this rule

@NullVoxPopuli NullVoxPopuli deleted the nvp/template-lint-extract-rule-template-no-action-on-submit-button branch February 19, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants