helpscout / hsds-react

Help Scout Design System (HSDS) — React Component Library
MIT License
86 stars 17 forks source link

Add label to Verification Code input and make unfocusable region not scrollable #1032

Closed hope-uwa closed 2 years ago

hope-uwa commented 2 years ago

Problem/Feature

This PR fixes two a11y issues in the Verification Code component 1 Scrollable region must have keyboard access (Impact: Moderate) : set overflow attribute to hidden for ClipboardPlaceholderUI 2 Form elements must have labels (Impact: Critical) : Add aria-labellby to input

Write to your heart's content, include:

Guidelines

Make sure the pull request: