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.
Initial findings suggest calling
Any ideas?
Thanks
I set all the following options to prove none of them are triggering it, but it still closes.
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 itAny ideas?
Thanks