jscasca

Results 59 comments of jscasca

Hi @hgc2002 I'm a bit late in chiming in with workaround but if I may suggest key changing as part of the modal showing to ensure that the component is...

The initial post is already a workaround. Without context I am not sure what you, @baldeepsinghkwatra , are trying to achieve and what is working or not working for you....

Hi @Charlie50503 The `` tag is part of the html content of the editor. If you don't use the `v-model` binding you can set the editor output to `text` instead...

Hi @Charlie50503 What is your particular use case? You can probably strip html tags using a node filter but that might be tricky with the `v-model`. Is there a particular...

@akashhdeep As @andysay suggested you might need to manually trigger an event based on how you are evaluating those conditions. I'm guessing it's validating a text area instead of a...

Unfortunately, storybook and a bunch of its add-ons use react :safety_vest:

@angelicochris The reason bundling is not recommended is because missing import can be a pain. You can easily self-host by copying the extracted TinyMCE folder into your public folder or...

@greyvugrin the docs represent the latest version of the integration (v4.0) which supports Vue 3. In this version events are wired used the `@focus` handler. [For example](https://codesandbox.io/s/vue3-tinymce-base-2brhi?file=/src/components/HelloWorld.vue) For version 3.0...

This behaviour has been documented in [https://www.tiny.cloud/docs/tinymce/6/vue-ref/#event-binding](https://www.tiny.cloud/docs/tinymce/6/vue-ref/#event-binding)