Closed jwhoami closed 1 year ago
Added a table action which opens a form in a modal containing signature pad component
Tables\Actions\Action::make('sign') ->form([ SignaturePad::make('signature'), ]) ->action(function (array $data, User $record): void { dd($data, $record); $record->save(); }),
3.0.0
8.2.0
10
Linux
Only tried on linux but i guess should happen other systems too.
What happened?
Added a table action which opens a form in a modal containing signature pad component
How to reproduce the bug
Tables\Actions\Action::make('sign') ->form([ SignaturePad::make('signature'), ]) ->action(function (array $data, User $record): void { dd($data, $record); $record->save(); }),
Package Version
3.0.0
PHP Version
8.2.0
Laravel Version
10
Which operating systems does with happen with?
Linux
Notes
Only tried on linux but i guess should happen other systems too.