aaronshaf / react-toggle

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

Controlled component support is buggy on swipe #133

Open gaearon opened 5 years ago

gaearon commented 5 years ago

See the gif:

By swiping, I can manage to toggle it without changing the controlled state. The change only fires after clicking on the toggle again.