tedjimenezm
I'm migrating a big app. How can I append data to the RichEditor?
Using a custom component (livewire + alpine) with the same editor (Trix) I was able to do something like this:
1 - Click a button.
2 - Send an event to Trix
3 - Handle the event
I can do something like this with filament v3) using a custom field and some macro but the editor's cursor is jumping to the beginning instead of the end of the line or text.
1 replies