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
435 stars 123 forks source link

fix glitch when typing in search inputs #124

Closed patrocle closed 6 months ago

patrocle commented 1 year ago

when typing, if request is send between debounce and input event then it will force the input values from the props and erase user current inputs, user lose letters then. Has we have the preserve state from inertia, we can use queryBuilderData value and not the queryBuilderProps.

cruzmediaorg commented 1 year ago

I am having this same issue. Did you fix it?

patrocle commented 1 year ago

yes the PR works but it's not merged