Is it possible to open modal on change the status of Select Field ?

In laravel filament form is it possible to open modal on change the state of select dropdown ?
Solution
then open it with ->afterStateUpdated(fn ($livewire, $component) => $livewire->mountFormComponentAction($component->getStatePath(), 'ACTION NAME HERE'))
Was this page helpful?