[A11y] Form elements must have labels #3147
Labels
area-accessibility
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
bug
Indicates an unexpected problem or an unintended behavior.
customer-replied-to
Required for internal reporting. Do not delete.
customer-reported
Required for internal Azure reporting. Do not delete.
external-adaptive-cards
Screenshots
Version
Describe the bug
Steps to reproduce
Form elements must have labels
Expected behavior
An axe check should not announce a violation for the state
<select>
about a missing label. This will ensure screen reader users can understand why they are being asked to select a location, and what that location means in context.Additional context
This bug is related to the data being generated by the CDC covid19healthbot JSON objects. I've looked through that repo but couldn't find any indication the
<select>
menu was being created.The axe violation can be fixed by adding an
aria-label
to the select menu:Please advise if this is an upstream issue, and I will refile with the CDC's healthbot repo. Thank you.
[Bug]
The text was updated successfully, but these errors were encountered: