protonemedia / inertiajs-tables-laravel-query-builder

Inertia.js Tables for Laravel Query Builder
https://protone.media/en/blog/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder
MIT License
438 stars 123 forks source link

Spaces get deleted when using the search filter #51

Open pusherman opened 2 years ago

pusherman commented 2 years ago

When using the search filter, if you have a space in your search string it gets deleted initially. If you hit space again slowly, it will stay. When another space is attempted, both spaces are removed. For me, this bug makes the filter unusable.

I believe it has something to do with the URL encoding of the search terms as you type.

pusherman commented 2 years ago

This seems to be an issue with our specific implementation. It still happens using the default set up.. but it's not nearly as frequent.

pusherman commented 2 years ago

Well, it still happens if you type fast using the out of the box implementation. I believe this is still a legit issue.