oxidecomputer / console

Oxide Web Console
https://console-preview.oxide.computer
Mozilla Public License 2.0
133 stars 10 forks source link

Update id for combobox and listbox #2470

Open charliepark opened 1 week ago

charliepark commented 1 week ago

Closes #2417

This follows the pattern for labels and description text in other form fields. I had trouble getting VoiceOver to read out the relevant content when I passed in specific strings for the ariaLabel prop (not changed in this PR), so I think it would be worth doing a deeper dive down the road. But this at least gets the Listbox and Combobox components to follow a similar pattern as the other form field inputs.

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Sep 24, 2024 9:41pm
charliepark commented 1 week ago

Will revisit this after we get #2474 and #2461 merged, to simplify merge conflict resolution.