aaronshaf / react-toggle

Elegant, accessible toggle component for React. Also a glorified checkbox.
http://aaronshaf.github.io/react-toggle/
MIT License
945 stars 159 forks source link

Unable to remove focus state when using disabled prop #164

Open KolbySisk opened 3 years ago

KolbySisk commented 3 years ago

If you use the disabled prop the focus state styles can not be removed by clicking away.

https://codesandbox.io/s/hopeful-khayyam-qy5n8?file=/src/App.js

gnaeus commented 3 years ago

Any news on this? We've faced with this issue too.