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
Do you want to request a feature or report a bug?
Improvement
What is the current behavior?
Currently, the toast fails our accessibility testing (we use https://github.com/dequelabs/axe-core) as the progress bar doesn't have an aria-progressbar-name label. Even when hideProgressBar is enabled, the test still fails as the progress bar div is still present in the dom but not shown.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your CodeSandbox (https://codesandbox.io/s/new) example below:
What is the expected behavior?
Would it be possible to
a) add some aria-labelling on the progress-bar element of the component
b) not render the progress bar when hideProgressBar is set to true
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
N/A
Do you want to request a feature or report a bug?
Improvement
What is the current behavior?
Currently, the toast fails our accessibility testing (we use https://github.com/dequelabs/axe-core) as the progress bar doesn't have an
aria-progressbar-name
label. Even whenhideProgressBar
is enabled, the test still fails as the progress bar div is still present in the dom but not shown.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your CodeSandbox (https://codesandbox.io/s/new) example below:
What is the expected behavior?
Would it be possible to
a) add some aria-labelling on the progress-bar element of the component
b) not render the progress bar when
hideProgressBar
is set to trueWhich versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
N/A
Component configuration
HTML output
The text was updated successfully, but these errors were encountered: