Increase table->searchable() debounce from 500ms
I'm finding that when people use the Table-Column or Table-wide search, the debounce of 500ms is triggering a search much sooner than people are ready.
The component seems to have the debounce hard-coded, and no hooks to intercept it.
:wire:model.live.debounce.500ms="$wireModel"
https://github.com/filamentphp/filament/blob/6794c14765fc103defce60c5ae67033971b2425e/packages/tables/resources/views/components/search-field.blade.php#L25
Are there any workarounds someone can offer? Or is it only fixable by a core code change? (or the unthinkable importing of the component and overriding it in-app)?GitHub
filament/packages/tables/resources/views/components/search-field.bl...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
0 Replies