We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85e76a commit 390d411Copy full SHA for 390d411
src/Filters/Search.php
@@ -52,7 +52,7 @@ public function toField(): SearchField
52
->setAttributes([
53
'x-bind:readonly' => 'processing',
54
'x-on:change.prevent.stop' => '',
55
- 'x-on:input' => '($event) => $event.target?.form?.dispatchEvent(new Event(\'change\'))',
+ 'x-on:input.debounce.300ms' => '($event) => $event.target?.form?.dispatchEvent(new Event(\'change\'))',
56
])
57
->placeholder(sprintf('%s...', $this->getName()));
58
}
0 commit comments