How to create a modal form
I try to read the documentation but it is not clear, I don't understand how to implement
Action::make()
in Form class if:
Form returns this.
Action::make()
is a little different.
https://filamentphp.com/docs/3.x/actions/modals#modal-forms
I created a component with the command : php artisan make:livewire-form Foo
Any assistance is welcome, thanks!Solution:Jump to solution
Solved. It is too simple, if you are in same situation, I recommend you see:
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component...
1 Reply
Solution
Solved. It is too simple, if you are in same situation, I recommend you see:
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component