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

Pure React rich text WYSIWYG editor based on draft-js.

Results 100 react-rte issues
Sort by recently updated
recently updated
newest added

Is there an interface for limiting the length of the text in the editor (for example to 500 characters of content, not including markup)?

I have a next error.. i ned to fix that.. error - ReferenceError: window is not defined at \node_modules\react-rte\dist\react-rte.js:1:74280

`ReferenceError: window is not defined node_modules/react-rte/dist/react-rte.js:1:74280 `

I upgraded to version 0.16.3 today in order to have the ability to align-text. Additionally, I included `getTextAlignClassName, getTextAlignStyles` from `blockStyleFunctions`. onChange I do a `value.toString('html', {blockStyleFn: getTextAlignStyles})` and I...

I passed value in it, but it is not running. It gives error. value is not define. Please help me. If I change the state. getEditvalue is not a function...

Hey, Is it possible to set the height to 100% and use scrollbar if the hieght exceeds that value?

When adding empty value to the link in popover, it redirects to home screen when clicked on it. Is there any way to validate value in link popover box? Is...

I have to create rich text with math equations I am looking for a rich text editor like used in https://demos.learnosity.com/authoring/item-create.php [![enter image description here][1]][1] HOw to add mathquill to...

The text-value has the style `` but the styles are lost after RichTextEditor.createValueFromString(props.text, 'html'). Is there a way I can retain the styles from the saved text-values inside the editor?