inertiajs-tables-laravel-query-builder icon indicating copy to clipboard operation
inertiajs-tables-laravel-query-builder copied to clipboard

Spaces get deleted when using the search filter

Open pusherman opened this issue 4 years ago • 2 comments

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 avatar Dec 01 '21 22:12 pusherman

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 avatar Dec 01 '21 23:12 pusherman

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

pusherman avatar Dec 01 '21 23:12 pusherman