Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Accessibility] Loading indicator aria labels (#166391)
## Summary Closes #153597 In full screen, the loading indicator fails a11y tests. By removing the aria-label and aria-hidden attributes, this allows the validation to pass. #153597 (comment) This PR also introduces optional props for max and value props on the `EuiProgress` component to provide consumers of the component greater ability to define how the component is being used. [Information](https://eui.elastic.co/#/display/progress#progress-with-values) on the max and value props can be found in the [EUI docs](https://eui.elastic.co/#/display/progress#progress-with-values). --------- Co-authored-by: kibanamachine <[email protected]>
- Loading branch information