react-plain-editable icon indicating copy to clipboard operation
react-plain-editable copied to clipboard

[DEPRECATED] React component for editing plain text via contentEditable

Results 2 react-plain-editable issues
Sort by recently updated
recently updated
newest added

Current flat-out stripping of tags loses linebreaks and leads to other weird spacing issues when rich text is pasted. Searching around suggests implementing this is fraught with pain and terror.

feature

Automatically use `placeholder` as `innerHTML` when `html` is empty or equal to `DEFAULT_CONTENTEDITABLE_HTML`. Set `innerHTML` to `DEFAULT_CONTENTEDITABLE_HTML` on focus if it's currently equal to `placeholder`. Return a blank value if...

feature