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
Is your feature request related to a problem? Please describe.
I'm using react-edit-text in a draggable element, and I'd like to make it harder for users to accidentally edit when they mean to drag, and vice versa.
Describe the solution you'd like
I'd like to have an option for EditText to edit on double click instead of single click.
Describe alternatives you've considered
I could potentially fork the library and change onClick to onDoubleClick, but I'd rather not do that!
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm using react-edit-text in a draggable element, and I'd like to make it harder for users to accidentally edit when they mean to drag, and vice versa.
Describe the solution you'd like
I'd like to have an option for EditText to edit on double click instead of single click.
Describe alternatives you've considered
I could potentially fork the library and change onClick to onDoubleClick, but I'd rather not do that!
Additional context
None
The text was updated successfully, but these errors were encountered: