ukrbublik / react-awesome-query-builder

User-friendly query builder for React
https://ukrbublik.github.io/react-awesome-query-builder
MIT License
1.91k stars 490 forks source link

No aria-label for IconButton in MUI/Material packages #1038

Closed MattWorthington95 closed 2 weeks ago

MattWorthington95 commented 3 months ago

When using a screenreader over the component, the 'Delete' label is not read out for the delete icon buttons for MUI or material packages. I believe for an IconButton the aria label needs to be added as a prop.

image
FloatingSponge commented 2 weeks ago

https://github.com/ukrbublik/react-awesome-query-builder/pull/1066 adds aria-label to mui/material-ui IconButtons and AutoCompletes, which should satisfy the Accessible Web WCAG 2.0 AA accessibility checker.