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
Description of the problem:
I'm having a problem with the FilePondPluginImageOverlay in a Vue project. The plugin does not seem to activate correctly for images that have been pre-loaded into FilePond.
Steps to Play:
Preload images into FilePond using Vue.
Note that the overlay plugin is not activated for these images.
Expected Behavior:
I expected the overlay plugin to activate for all uploaded images, including pre-loaded ones.
Current Behavior:
The overlay plugin is only activated for images that are loaded after component initialization, not for pre-loaded images.
Around:
Vue version: [^3.3.4]
FilePond version: [^4.30.4]
FilePondPluginImageOverlay version: [^1.0.9]
Screenshots: Vue and FilePond Script
FilePond implementation
Output with pre-load images
The text was updated successfully, but these errors were encountered:
Carlos-vargs
changed the title
Issue with FilePondPluginImageOverlay on Images Pre-Loaded with Vue
FilePondPluginImageOverlay on Images Pre-Loaded with Vue
Dec 1, 2023
Carlos-vargs
changed the title
FilePondPluginImageOverlay on Images Pre-Loaded with Vue
FilePondPluginImageOverlay is not working for Pre-Loaded images with Vue
Dec 1, 2023
Description of the problem:
I'm having a problem with the
FilePondPluginImageOverlay
in a Vue project. The plugin does not seem to activate correctly for images that have been pre-loaded into FilePond.Steps to Play:
Expected Behavior:
I expected the overlay plugin to activate for all uploaded images, including pre-loaded ones.
Current Behavior:
The overlay plugin is only activated for images that are loaded after component initialization, not for pre-loaded images.
Around:
Screenshots:
Vue and FilePond Script
FilePond implementation
Output with pre-load images
The text was updated successfully, but these errors were encountered: