react-contenteditable icon indicating copy to clipboard operation
react-contenteditable copied to clipboard

Would be nice to be able to disable text input without "disabling" the underlying element entirely

Open gausie opened this issue 7 years ago • 0 comments

At the moment disabled goes onto the div here:

https://github.com/lovasoa/react-contenteditable/blob/master/src/react-contenteditable.tsx#L50

as well as making it non-editable here:

https://github.com/lovasoa/react-contenteditable/blob/master/src/react-contenteditable.tsx#L57

I'd like to be able to do the latter and not the former in some cases

gausie avatar Dec 27 '18 19:12 gausie