a11y(polls): drop redundant aria-label on max-selections input
CI / Build & Quality Checks (push) Successful in 11m12s
CI / Trigger Desktop Build (push) Successful in 6s

Review noted the number input had both an htmlFor-associated visible label
("Voters can pick up to") and an aria-label, so the aria-label won and the
visible label was not announced. Remove the aria-label so the accessible name
matches the visible label.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-11 16:09:01 -04:00
co-authored by Claude Opus 4.8
parent a4660a8163
commit a8c99f2a45
-1
View File
@@ -247,7 +247,6 @@ export function PollCreator({ roomId, onClose }: PollCreatorProps) {
)
}
style={{ width: '4rem' }}
aria-label="Maximum selections per voter"
/>
<Text size="T200" priority="300">
of {options.length} options