rappasoft/laravel-livewire-tables

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

siebsie23 opened this issue · 1 comments

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

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