enhancement: a11y rule "label-has-associated-control" fails with a warning. #4126
Open
Description
Describe the bug
jsx-a11y eslint plugin was recently added to the project and this rule - jsx-a11y/label-has-associated-control - fails with a warning.
This issue offers more context: #2264
Steps to reproduce
The following components and files are causing the rule to fail:
- components/AddContributorsHeader/add-contributors-header.tsx
- components/organisms/UserSettingsPage/user-settings-page.tsx
- components/shared/AppSidebar/AppSidebar.tsx
- components/shared/DayRangePicker.tsx
- components/shared/LimitPicker.tsx