markusenglund / react-switch

A draggable toggle-switch component for React. Check out the demo at:
https://react-switch.netlify.com/
MIT License
1.33k stars 101 forks source link

Disabled switch is not greyed out #127

Open ouroboroscoding opened 8 months ago

ouroboroscoding commented 8 months ago

Documentation states "When disabled, the switch will no longer be interactive and its colors will be greyed out."

But Using 7.0.0 and React 17.0.2 the following creates a green switch, nothing is greyed out.

<Switch checked={true} disabled={true} />

Screenshot from 2024-01-17 13-00-06