Open booni3 opened 1 month ago
This error can be fixed by naming the object property in the payload. For example, the dispatch in upload.blade.php could become:
$dispatch('filepond-upload-started', { 'attribute': '{{ $wireModelAttribute }}' });
The same with the filepond-upload-reset event:
$dispatch('filepond-upload-reset', { 'attribute': '{{ $wireModelAttribute }}' });
What happened?
Catching the events in Alpine works, although
$event.detail
only shows the model namefiles
How to reproduce the bug
-
Package Version
1.2.3
PHP Version
8.3
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response