© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
10 replies
vahnmarty

Select::searchable() is not reactive?

Here's my screen record: https://www.loom.com/share/67e1b9b57e174bf3bc727ff7802d822c

The rest of the fields are working except for the select dropdown.

Here's my snippet :
Select::make('state')
  ->options(us_states())
  ->disabled(fn(Closure $get) => !$get('address_type') )
  ->required()
  ->searchable()
  ->reactive()
  ->afterStateUpdated(function(Closure $get, $state){
  }),
Select::make('state')
  ->options(us_states())
  ->disabled(fn(Closure $get) => !$get('address_type') )
  ->required()
  ->searchable()
  ->reactive()
  ->afterStateUpdated(function(Closure $get, $state){
  }),
Loom
MySI - 24 June 2023
MySI - 24 June 2023
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Problem with Reactive Searchable Select
FilamentFFilament / ❓┊help
3y ago
Searchable and reactive select fields not functioning
FilamentFFilament / ❓┊help
2y ago
Select::maxItems() is not reactive?
FilamentFFilament / ❓┊help
3y ago
Select searchable
FilamentFFilament / ❓┊help
2y ago