_kalyani_
_kalyani_
FFilament
Created by GHOST-117 on 2/6/2024 in #❓┊help
Halt modal action
Here i want to validate form of the scan when i click the Qr registaration action.
3 replies
FFilament
Created by GHOST-117 on 2/6/2024 in #❓┊help
Halt modal action
Action::make('scan')->label('QR Scanner') ->icon("qrScannerIcon") ->form([ TextInput::make('firstName') ->label('First Name')->required()->extraAttributes(['class' => 'purchase-qr-payment-info']), ]) ->modalFooterActions([ Action::make('Qr registration')->form([ TextInput::make('lastName') ]), ])
3 replies