VuetifyImageInput icon indicating copy to clipboard operation
VuetifyImageInput copied to clipboard

Debounce on file upload and clear

Open ChrisCWerner opened this issue 3 years ago • 0 comments

Hello! First of all, thanks for the great package.

About the debounce, it is great to give a more fluid UX, but it also delays the upload and the clear "events" (quotes since they aren't exposed). Could there be a way for them to skip the debounce, perhaps with props immediateUpload and immediateClear or events like @upload and @clear?

Some context, in my use case I need to know when the image was uploaded or cleared while maintaining good UX for when the user scales and drags the image (the main use for debouncing).

Please keep up the good work :)

ChrisCWerner avatar Apr 21 '21 17:04 ChrisCWerner