Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (4 loc) · 484 Bytes

15-form-controls.md

File metadata and controls

8 lines (4 loc) · 484 Bytes

15. Test for Form Control Label Accessibility Issues

📹 Video

  • If you have eslint-plugin-jsx-a11y installed, you can start diagnosing for potential accessibility issues by running npm run lint (make sure you include that script in your package.json). Similarly, you can use react-axe or tota11y plugins.

  • Missing form labels is one of the most common accessibility issues.