react-edit-text
react-edit-text copied to clipboard
Option to edit on double click
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