Pārlūkot izejas kodu

Update progressbar.md with info about hideAfterFinish

Artur Boryś 7 gadi atpakaļ
vecāks
revīzija
87de60fbc6
1 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. 6 1
      website/src/docs/progressbar.md

+ 6 - 1
website/src/docs/progressbar.md

@@ -14,7 +14,8 @@ ProgressBar is a minimalist plugin that shows the current upload progress in a t
 ```js
 ```js
 uppy.use(ProgressBar, {
 uppy.use(ProgressBar, {
   target: '.UploadForm',
   target: '.UploadForm',
-  fixed: false
+  fixed: false,
+  hideAfterFinish: true
 })
 })
 ```
 ```
 
 
@@ -32,3 +33,7 @@ uppy.use(ProgressBar, {
   fixed: true
   fixed: true
 })
 })
 ```
 ```
+
+### `hideAfterFinish: true`
+
+When true, progress bar hides after the uplaod has finished. If true, it remains visible