Fields\Select has a bug when used inside two different (action) modals with ->reactive() and ->searchable() that the placeholder disappears when selecting an option in the other modal. Doesn't happen when we add a different item before the Select. Feels like a diffing issue with LW?
Package
filament/filament
Package Version
v2.12.27
Laravel Version
v.8
Livewire Version
v2.10.5
PHP Version
PHP 8.0
Bug description
Fields\Select has a bug when used inside two different (action) modals with
->reactive()
and->searchable()
that the placeholder disappears when selecting an option in the other modal. Doesn't happen when we add a different item before the Select. Feels like a diffing issue with LW?https://user-images.githubusercontent.com/22632550/172242525-e4e5db4d-620d-422a-a2cd-3fadaf34a4b2.mov
Steps to reproduce
No response
Relevant log output
No response