Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

label-has-associated-control regression #962

Open
EvgenyOrekhov opened this issue Nov 7, 2023 · 0 comments
Open

label-has-associated-control regression #962

EvgenyOrekhov opened this issue Nov 7, 2023 · 0 comments

Comments

@EvgenyOrekhov
Copy link

EvgenyOrekhov commented Nov 7, 2023

Looks like controlComponents option is no longer respected.

The following code now gives A form label must be associated with a control warning:

/* eslint
  "jsx-a11y/label-has-associated-control": [
    "error", { "controlComponents": ["InputComponent"] },
  ],
*/

function MyComponent() {
  return (
    <label>
      My label
      <InputComponent />
    </label>
  );
}

Started happening after upgrade from 6.7.1 to 6.8.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants