react-slider
react-slider copied to clipboard
Accessibility: react-slider doesn't announce to assistive tech that it is disabled
Description
When using assistive technology such as a screen reader, this component does not indicate to the screen reader when it is disabled
Adding aria-disabled to the 'handle' elements should resolve this easily.