is there a way to make model binding on a div?
<div contenteditable="true" wire:model="searchTerm"></div>
This doesn’t work
is there a way to make model binding on a div?
<div contenteditable="true" wire:model="searchTerm"></div>
This doesn’t work
Why you want to do such a thing?
This reply is really not helping at all. For anyone searching for a nice solution, here’s one. It needs Alpine.js in order to work.