maxeckel / livewire-editorjs

This Package aims for an easy integration of Editor.JS with Laravel Livewire
MIT License
149 stars 21 forks source link

Dynamic editor content changed from another livewire component #32

Closed dgillier closed 2 years ago

dgillier commented 2 years ago

Hello,

I'm trying to use this package in a dynamic situation where the user can select on a external component the content (:value), but I can't find a way to dynamically change the editor content or the readonly property.

(note the editor is included in another livewire component).

Any suggestion on how to do that ? Thanks, Denis