-
The error faced is RahulHaque\Filepond\AbstractFilepond::decrypt(): Argument #1 ($data) must be of type string, array given, called in /var/www/html/vendor/rahulhaque/laravel-filepond/src/AbstractFilepond.php on line 58 |
Beta Was this translation helpful? Give feedback.
Answered by
kevinwaxi
Aug 7, 2024
Replies: 1 comment
-
i dont know why i always forget to transform data function submit() {
form.transform((data) => {
return {
...data,
gallery: data.gallery.map(item => item.serverId),
}
}).submit({
preserveScroll: true,
onSuccess: () => {
form.reset()
closeDialog()
},
})
} Awesome package as always |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kevinwaxi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i dont know why i always forget to transform data
Awesome package as always