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
Despite the rule no-onchange being deprecated in the documentation, the rule itself is still being enforced. Using eslint-plugin-jsx-a11y version 6.4.1 with the following code
error onBlur must be used instead of onchange, unless absolutely necessary and it causes no negative consequences for keyboard only or screen reader users jsx-a11y/no-onchange
The text was updated successfully, but these errors were encountered:
What do you mean "still being enforced"? Are you referring to the recommended config?
Yes sorry, I was referring to the recommended config. If it's specified as off explicitly in the rules section, then it's not enforced, but if inheriting from recommended or strict it is enforced by default.
Despite the rule
no-onchange
being deprecated in the documentation, the rule itself is still being enforced. Using eslint-plugin-jsx-a11y version 6.4.1 with the following codeI get the error
The text was updated successfully, but these errors were encountered: