rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 320 forks source link

[Bug]: Trailing spaces get removed while typing in the search bar. #1643

Closed siebsie23 closed 5 months ago

siebsie23 commented 5 months ago

What happened?

When using the search function, trailing spaces will be removed when the table refreshes. This causes issues if the user doesn't type fast enough to finish their query before the table refreshes.

How to reproduce the bug

Create a table with search functionality, search for anything and end with a trailing space. If typing slow enough the space gets removed while the user is still typing the message.

Package Version

3.2.0

PHP Version

8.3.x

Laravel Version

10.40.0

Alpine Version

3.3.5

Theme

Tailwind 3.x

Notes

No response

Error Message

No response

siebsie23 commented 5 months ago

The issue appeared to be caused by my production webserver configuration, closing.