inertiajs-tables-laravel-query-builder
inertiajs-tables-laravel-query-builder copied to clipboard
Spaces get deleted when using the search filter
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.
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.
Well, it still happens if you type fast using the out of the box implementation. I believe this is still a legit issue.