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 100 forks source link

Allow to change cursor style when the control is disabled #108

Open ezzkht opened 2 years ago

ezzkht commented 2 years ago

It would be really nice to provide an option to specify the style of the cursor when the control is disabled (e.g. not-allowed instead of default).

yung-coder commented 2 years ago

do you want the cursor to be disabled ...

ezzkht commented 2 years ago

yes (cursor: not-allowed)

yung-coder commented 2 years ago

I would like to try ..?

yung-coder commented 2 years ago

Hey @ezzkht i would like to resolve this issue ...?