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
halt()
on the action, but as it's a search field in the filament table I don't have access to it
Any ideas?
Thanks3 Replies
bump
maybe you could create a minimal repo on Github to reproduce this issue..
So I ran into the same issue. Not sure how to solve it yet but I think it's because of this part on the search input
Not sure if there's a way to remove it or bind it to something else