-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Milestone
Description
Package
filament/filament
Package Version
v4.3.1
Laravel Version
v12
Livewire Version
v3
PHP Version
PHP v8.4
Problem description
The search input in tableSelect is emptied when the table underneath has polling
Expected behavior
polling a table should only affect this table
Steps to reproduce
- Create two resources with many to many relationships
- Create a relationManager in one of those, with this table:
return $table
->poll()
->headerActions([
AttachAction::make()->tableSelect(AnyTable::class),
])- Click on "Attach" button in the relation manager
- Try to search in table select
Detailed instructions in repo readme
Reproduction repository (issue will be closed if this is not valid)
https://github.com/CharlieEtienne/poll-empty-search
Relevant log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo