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
Using mouseup means that clicking inside the modal, dragging out, and releasing closes the modal. This is a pretty common occurrence using modals for forms.
I understand that mouseup was used to solve #65 , was using click not an option?
The text was updated successfully, but these errors were encountered:
Hey, please check the new major version of react-portal: #157
It's React v16 only since its uses the new official Portal API. There is the first beta released and I would like to get your feedback. I don't have bandwidth to maintain v3 which is very different and full of hacks.
Using
mouseup
means that clicking inside the modal, dragging out, and releasing closes the modal. This is a pretty common occurrence using modals for forms.I understand that
mouseup
was used to solve #65 , was usingclick
not an option?The text was updated successfully, but these errors were encountered: