react-simple-file-input
Advanced tools
+2
-2
@@ -19,3 +19,3 @@ 'use strict'; | ||
| FIELD: { | ||
| visibility: 'hidden' | ||
| display: 'none' | ||
| } | ||
@@ -133,3 +133,3 @@ }; | ||
| onChange: this.handleChange, ref: INPUT_FIELD_REF, | ||
| style: STYLE.FIELD, | ||
| style: this.props.children ? STYLE.FIELD : {}, | ||
| children: null | ||
@@ -136,0 +136,0 @@ })), |
+1
-1
| { | ||
| "name": "react-simple-file-input", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "Simple wrapper for the HTML input tag and HTML5 FileReader API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
9019
0.24%