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
I'm getting a use-onblur-not-onchange error for a number of elements that have both onchange and onblur handlers and rightfully so. Looking at the respective rule in the eslint-plugin-jsx-a11y it looks like it is checking for when an element only has onchange it fails otherwise if it has both onchange and onblur it passes. I wonder if this rules needs to be updated to do the same.
The text was updated successfully, but these errors were encountered:
I'm getting a
use-onblur-not-onchange
error for a number of elements that have bothonchange
andonblur
handlers and rightfully so. Looking at the respective rule in the eslint-plugin-jsx-a11y it looks like it is checking for when an element only hasonchange
it fails otherwise if it has bothonchange
andonblur
it passes. I wonder if this rules needs to be updated to do the same.The text was updated successfully, but these errors were encountered: