Open a filament modal in beforeCreate() lifecycle hook
Is there a way to open a filament modal on a Create Resource, panel, page
Like
Solution:Jump to solution
I finally remembered it was mountAction() I was looking for.
```php
//use Filament\Actions\Action;
...
1 Reply
Solution
I finally remembered it was mountAction() I was looking for.