Delay searches

How can I keep this from happening? It's very annoying for some of my users who type slower.
Solution
https://github.com/filamentphp/filament/blob/b31bc2de29819e6f385b6e27c5fa7b16762ecfd7/packages/tables/resources/views/components/search-field.blade.php#L25

Publish to resources/views/vendor/filament-tables/components/search-field.blade.php and in my case change line to

:wire:model.live.debounce.500ms="$wireModel"


:wire:model.change="$wireModel"


Our tables have so much data and such long names we need it to react when enter or tab is pressed.
GitHub
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
Was this page helpful?