vue-file-base64 icon indicating copy to clipboard operation
vue-file-base64 copied to clipboard

@Input instead of @change

Open AndreaPravato opened this issue 6 years ago • 0 comments

Using @input is a safer way to have a trigger once the user selects a file. From my observation in Firefox, but I could be wrong, using change there can be a trigger also during the selection process (once the file selection window opens), before a file has actually been chosen

AndreaPravato avatar Dec 05 '18 14:12 AndreaPravato