Replies: 1 comment
-
Share some code that you are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Actions
Package Version
V.4.0.0
How can we help you?
Hello, im am learning FilamentPHP and for excersise i am building simple task management application.
I saw somewhere that only one form can be on Action, so I created livewire component and rendered it in modal.that component has HasSchema, HasInfolists, HasForms trait and interface.
In livewire component I added simple form with one field "comment" and created submit method with dd() inside.
When I submit comment, dd is not triggered, but action modal is closed. I need action modal to stay opened until I close it.
I tried adding $action->halt(); but without success.
Is there an option to have Livewire component inside Action (modalContent() method) and option to that Livewire component has multiple form instances?
Beta Was this translation helpful? Give feedback.
All reactions