F
Filament2mo ago
Avi

Opening a modal from a button in a Form Section and from a Card in a Form Section Repeater

Hi! I'm struggling to find where in the docs it explains how to open a modal within a form section or something even more nested. Seems like it needs to be from an Action but those Actions don't work within a Form? I'm a bit confused. Thanks!
Solution:
You just need to use an Action, more specifically: use Filament\Forms\Components\Actions\Action as FormAction; then you can use FormAction...
Jump to solution
3 Replies
Solution
toeknee
toeknee2mo ago
You just need to use an Action, more specifically: use Filament\Forms\Components\Actions\Action as FormAction; then you can use FormAction
Avi
AviOP2mo ago
Checking it out, thanks~

Did you find this page helpful?