react-upload-gallery
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -382,2 +382,3 @@ "use strict"; | ||
value: function openDialogue() { | ||
this.fileInput.current.value = ""; | ||
this.fileInput.current.click(); | ||
@@ -705,5 +706,3 @@ } | ||
onChange: function onChange(event) { | ||
_this13.uploadFiles(event.target.files); | ||
event.target.value = ""; | ||
return _this13.uploadFiles(event.target.files); | ||
} | ||
@@ -710,0 +709,0 @@ }))); |
{ | ||
"name": "react-upload-gallery", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Muhammet INAN", |
@@ -71,2 +71,3 @@ # React Upload Gallery | ||
| `ssrSupport` | `Bolean` | `false` | With `true 'you can hide components on the service side. | | ||
| `inOrder` | `Bolean` | `false` | With `true` adding can be done sequentially. | | ||
| `send` | `Object` | `{}` | In addition to the base64 or blob URL data sent with the name `data`, different values can be sent. | | ||
@@ -73,0 +74,0 @@ | `headers` | `Object` | `{}` | The data sent here is added to the `Request Headers`. |
92081
24
334