Persist and save information from modal additional inputs
Hi, i'm using the admin panel and the table repeater and drop-in actions plugins by awcodes.
I am a newbie to livewire, I'm working in my 'FormResource\Pages\EditForm', I need the information added in the form of DropInAction persist and when the user has finished adding fields and their additional options, press save to save all changes to all fields in the database.
Also, how can i fill this modal inputs with the corresponding information?
php
Is this possible something possible to do? maybe there is a better approach to do this? I hope i explain myself clearly, Thanks in advance.
3 Replies
Right now I've been trying this inside action:
Did you try something like this?
https://filamentphp.com/docs/2.x/admin/pages/actions#filling-default-data
Filament
Actions - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Thanks it worked and solves my fill issue.