-
Notifications
You must be signed in to change notification settings - Fork 0
CallStatusFilter Label Mismatch #1594
Copy link
Copy link
Open
Labels
area: uop/stfcAn issue relating to the STFC user office project.An issue relating to the STFC user office project.area: uop/stfc/submissionsAn issue being handled by the STFC submissions teamAn issue being handled by the STFC submissions teamtype: accessibilityThe issue describes a problem specific to user accessibility.The issue describes a problem specific to user accessibility.
Metadata
Metadata
Assignees
Labels
area: uop/stfcAn issue relating to the STFC user office project.An issue relating to the STFC user office project.area: uop/stfc/submissionsAn issue being handled by the STFC submissions teamAn issue being handled by the STFC submissions teamtype: accessibilityThe issue describes a problem specific to user accessibility.The issue describes a problem specific to user accessibility.
Type
Fields
Give feedbackNo fields configured for issues without a type.
What is the problem and why is it a problem
In
apps/frontend/src/components/call/CallStatusFilter.tsx, the input labelcall-status-select-labelis not associated with the inputcall-status-select. This means that the purpose of the input field may not be read out by screen readers. The solution should also be documented for future reference.