You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will see the console.log in the resulting file on line 67.
Package Version
1.1
PHP Version
8.2
Laravel Version
11.9
Which operating systems does with happen with?
macOS
Notes
Unrelated to this bug (and I will raise another bug soon when I rule out it's just me being stupid) I found this console.log after publishing the view as I wanted to debug why my Filepond attributes aren't going through to the actual component:
<x-filepond::uploadwire:model="file"
max-files="5"
multiple="true"
credits="false"
placeholder="Why am I not seeing this?"
/>
But we're not seeing what i'd expect (no placeholder set, it's still single file upload):
The text was updated successfully, but these errors were encountered:
placeholder is set in labelIdle: @js($placeholder), (line 72)
labelIdle is also in the localization files which is then set in pond.setOptions(@js($pondProperties)); line 79
I've pushed a fix by moving this option being set after localization
What happened?
Rogue
console.log
at/resources/views/upload.blade.php#L67
.How to reproduce the bug
If you publish assets
php artisan vendor:publish --tag="livewire-filepond-views"
You will see the
console.log
in the resulting file on line67
.Package Version
1.1
PHP Version
8.2
Laravel Version
11.9
Which operating systems does with happen with?
macOS
Notes
Unrelated to this bug (and I will raise another bug soon when I rule out it's just me being stupid) I found this
console.log
after publishing the view as I wanted to debug why my Filepond attributes aren't going through to the actual component:But we're not seeing what i'd expect (no placeholder set, it's still single file upload):
The text was updated successfully, but these errors were encountered: