Modal closing on search

I have a modal which loads a component which includes a filament table. Some fields are searchable. When I type to search, the table is automatically updated ✅ However, if I type a search term and hit enter, the modal is closed ❌

I set all the following options to prove none of them are triggering it, but it still closes.

->modalSubmitAction(false)
->modalCancelAction(false)
->modalCloseButton(false)
->closeModalByClickingAway(false)
->closeModalByEscaping(false)


Initial findings suggest calling halt() on the action, but as it's a search field in the filament table I don't have access to it

Any ideas?

Thanks
Was this page helpful?