salesforce / design-system-react

Salesforce Lightning Design System for React
https://design-system-react-site.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
913 stars 415 forks source link

ColorPicker - the button label is not announced by screen reader #3094

Open kmmkwong opened 1 year ago

kmmkwong commented 1 year ago

We have an accessibility defect logged on ColorPicker where the button label is not announced by screen reader. Instead, the hex number for the selected color is been read. When assistive text is provided for "assistivetText" prop, it is not read neither.

kmmkwong commented 1 year ago

Fixing it here - https://github.com/salesforce/design-system-react/pull/3095. Not sure how to link