Hello,
I am using Livewire 1. * with Laravel 6. *
I have a problem with the Firefox browser only.
I use a modal to edit a comment and when you click outside the input field, the textarea duplicates.
My comment uses wire: model.lazy to save the value in livewire.
I have tested on other browsers and there is no problem with them.
Anyone have any idea how to fix this?
Thank you