Submit deferred filters in a modal on enter key press
Hi, does anyone know how to submit a deferred filter form located inside a modal when pressing the Enter key on the keyboard?
Solution:Jump to solution
try
```php
->filtersApplyAction(
fn(Tables\Actions\Action $action) => $action
->keyBindings(['enter'])...
2 Replies
Solution
try
Thank you so much, I've completely missed keyBindings feature