react-tinymce-input icon indicating copy to clipboard operation
react-tinymce-input copied to clipboard

A React Component to Control a TinyMCE Input

Results 11 react-tinymce-input issues
Sort by recently updated
recently updated
newest added

Example: https://stackblitz.com/edit/react-sk9ruu The example was based on #28, but the config value seems to have nothing to do with it. I also saw some related discussion in #19 but there...

First of all, thanks for the great job on this control! I've been happily using it in my projects. But I'm experiencing a problem when using it in combination with...

Hi I am facing an issue of this kind: I select font size as 36pt and then if I select bold/italic/underline options, the font size resets to default. In the...

- Changed from React.createClass to React.Component - Updated example - updated devDepencies - Fixed SSR warning where component id's would not match.

New added packages are required for production build. They used to be part of peer React. * Move required packages as dependencies * Add npm config to disable package-lock *...

I get an error when compiling: `Module not found: Can't resolve 'create-react-class'`

When I update a tinymceConfig attribute, the editor is not updated. ``` return ( ); ``` disabled is passed into this component via props, but has no effect on the...

Tinymce randomly jumps on ipad. Could you please let us know if its possible to fix this?

I see a error when do steps : 1. type some character 'abcdef' 2. choise Bold or Italic or Underline (of tinymce) 3. then type some character againt 'zxcvbn' ==>...

I'm using TintMCEInput as suggested: ``` ``` But focus is not working - blur does. ``` handleFocus: function () { console.log("FOCUS POCUS!"); this.setState({ focused: true }); }, handleBlur: function ()...