When I use Input text it’s working well on binding and returning value.
But when I use WSYWIG like Tinymce , its not returning the inout data.
<textarea wire:model="name"> </textarea>
{{$name}}
When I use Input text it’s working well on binding and returning value.
But when I use WSYWIG like Tinymce , its not returning the inout data.
<textarea wire:model="name"> </textarea>
{{$name}}
You can’t model to a wysiwyg, they use javascript to change inputs into regular dom elements that appear to be an input. Look at the Communicating Between Livewire and JavaScript section here.
Wondering if you got it working? I am in similar situation with medium editor not sure how to get the data… I am not using alphine… do i have to? I don’t mind till it works.