How to create a modal form
I try to read the documentation but it is not clear, I don't understand how to implement
Form returns this.
https://filamentphp.com/docs/3.x/actions/modals#modal-forms
I created a component with the command :
Any assistance is welcome, thanks!
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 FooAny assistance is welcome, thanks!
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
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component
