Skip to content

Polling relationmanager table empty search input in tableSelect() #18681

@CharlieEtienne

Description

@CharlieEtienne

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

  1. Create two resources with many to many relationships
  2. Create a relationManager in one of those, with this table:
return $table
            ->poll()
            ->headerActions([
                AttachAction::make()->tableSelect(AnyTable::class),
            ])
  1. Click on "Attach" button in the relation manager
  2. 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

No one assigned

    Type

    Projects

    Status

    Todo

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions