You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the enhancement or change
Examples should be updated to include helper text when status is used. Currently there's nothing conveying the progress status to AT since examples only include visual indication.
Additionally, this helper text should be linked to the ProgressBar via aria-describedby. This would require editing the Progress code slightly -- either hardcoding the aria-describedby on ProgressBar and id on ProgressHelperText and/or introducing a couple of new props for consumers to do this themselves.
We should also add a console warning if status is used and there's no helper text.
(reach out to design for further input on using the title prop)
Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?
Any other information?
The text was updated successfully, but these errors were encountered:
Describe the enhancement or change
Examples should be updated to include helper text when status is used. Currently there's nothing conveying the progress status to AT since examples only include visual indication.
Additionally, this helper text should be linked to the ProgressBar via aria-describedby. This would require editing the Progress code slightly -- either hardcoding the
aria-describedby
on ProgressBar andid
on ProgressHelperText and/or introducing a couple of new props for consumers to do this themselves.We should also add a console warning if status is used and there's no helper text.
(reach out to design for further input on using the title prop)
Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?
Any other information?
The text was updated successfully, but these errors were encountered: