CivicDataLab / CivicDataLab/ParakhAI-frontend
[Accessibility] Form select elements in New Evaluation dialog have no accessible label
Open
@UdayRajSahai2 is already working on this.
Since Jun 22, 2026.
bug
frontend
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- Avg merge
- 9h 18m
- Merged PRs (30d)
- 4
Description
Summary
Select dropdowns inside the New Evaluation wizard dialog (AI Model selector, dataset selector) have no <label> element, aria-label, or aria-labelledby association. Screen readers cannot identify the purpose of these controls.
Fix
Wrap each select in a <label> or add aria-label / aria-labelledby attributes pointing to visible label text.
Report ref: UX-011 · Severity: MEDIUM
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.