saade / filament-autograph

A Filament package to collect signatures.
https://filamentphp.com/plugins/saade-autograph
MIT License
47 stars 9 forks source link

[Bug]: Does not work in a table modal action #7

Closed jwhoami closed 1 year ago

jwhoami commented 1 year ago

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.