livewire-quill-text-editor
livewire-quill-text-editor copied to clipboard
Editor sends a lot of requests as the user types into the editor
I looked at the livewire code for the editor, .live is used which sends a lot of request to the server as the user types in the editor, i prefer having options for .defer and .lazy too for the editors so then we can use the two options
I think we can use with wire:model as well.
the package is not giving any option to use wire:model alone, it applies .live always
Can you fix it?
I will try to work on adding these options .defer on this weekend
i am going to make a new pull request, i found a very good solution for it
i have made a new pull request please check @dasundev
@dasundev i just created a new pull request