You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release fixes #16 by introducing a new prop named preventDefault.
It is now possible to assign one of: keydown | click | all | none to granurarly control on which interactions event.preventDefault is called internally. By default it is set to all.