This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
new a11y rule: no-onchange #278
Labels
Difficulty: Easy
Someone with little to no experience in TSLint should be able to send a pull request for this issue.
Domain: Accessibility
Rules around accessibility verification, commonly react-a11y-*.
Status: Accepting PRs
Type: Rule Suggestion
Adding a new rule that doesn't yet exist here or in TSLint core.
Milestone
no-onchange
Enforce usage of onBlur over onChange on select menus for accessibility.
Also, OnChange event handler should not be used with the select element.
• http://oaa-accessibility.org/wcag20/rule/62/
The text was updated successfully, but these errors were encountered: