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
Component itself should not have the aria values, the screen readers only read the actionable handle values.
Corrections to be applied for the existent component:
aria-label -> should not contain value as SR will read the aria-valuenow
aria-valuetext -> doesn't need the non-sorted index of the handle
Remove the handle from the aria-label as it only can concern handles.
Add an option to add the aria-labelledBy for the handles
Add the option to add aria-label, aria-labelledBy to the component itself
The text was updated successfully, but these errors were encountered: