You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using JS components in Laravel Livewire, every event triggers a server request. So using color-changed can be quite brutal on the server because a request is fired for every pixel moved when users are dragging the selector.
Would it be possible to add an additional event which fires only when dragging is complete? That would allow us to send a single request after a user has stopped moving the selector.
The text was updated successfully, but these errors were encountered:
Hi guys. Thanks for the great package.
When using JS components in Laravel Livewire, every event triggers a server request. So using
color-changed
can be quite brutal on the server because a request is fired for every pixel moved when users are dragging the selector.Would it be possible to add an additional event which fires only when dragging is complete? That would allow us to send a single request after a user has stopped moving the selector.
The text was updated successfully, but these errors were encountered: