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

How to disable drag feature? #102

Open Anandks1993 opened 2 years ago

Anandks1993 commented 2 years ago

Hi,

I need to disable the drag feature on the switch. Is there any way to achieve this?

Thank you in advance.

markusenglund commented 2 years ago

No, and it probably won't be supported anytime soon. I recommend a different library like react-toggle.