From cc1bf5eab51817147b7a3f68941919ca389ddf72 Mon Sep 17 00:00:00 2001 From: Daniel Gustaw Date: Tue, 19 May 2020 13:53:09 +0200 Subject: [PATCH] Added documentation of @change event. --- docs/components/upload.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/components/upload.md b/docs/components/upload.md index 6ca36adb3..f7164aba6 100644 --- a/docs/components/upload.md +++ b/docs/components/upload.md @@ -60,6 +60,11 @@ API: parameters: (event) description: callback function when an error occurs when trying to upload a file. default: null + - name: change + type: Function + parameters: (event) + description: callback when file is available for browser but not send to backend. + default: null - name: automatic type: Boolean parameters: