Skip to content

Commit 7b84936

Browse files
committed
Updated documentation abount capture and hiddenInputContainer props
1 parent b89b012 commit 7b84936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ Many of these props are inherited from [dropzone configuration so see their doco
8181
| duplicateCheck | Boolean | Whether to check for duplicate file by file name. if true `duplicate-file` event will be emitted. `Default : 'false'` |
8282
| timeout | Number | The timeout for the XHR requests in milliseconds. `Default:30000`|
8383
| method | String | The HTTP method used to submit form file data. `Default:post`|
84-
84+
| capture | boolean | The HTTP method used to submit form file data. `Default:null`|
85+
| hiddenInputContainer | String | Element the hidden input field will be appended to. This might be important in case you use frameworks to switch the content of your page. `Default:body`|
8586
## Custom Dropzone preview template
8687

8788
> NOTE : Props like `thumbnailWidth,thumbnailHeight, useFontAwesome` will not work when you override the dropzone preview. No worry you can refer [demo file](demo/custom-dropzone-preview.vue) to achieve same. :) Don't forgot to add your styles in `<style>`

0 commit comments

Comments
 (0)