We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4767c3 commit 4542b2cCopy full SHA for 4542b2c
README.md
@@ -27,7 +27,11 @@ var Form = React.createClass({
27
render: function() {
28
return (
29
<form>
30
- <FileInput name="myImage" accept=".png,.gif" placeholder="My File" className="inputClass" onChange={this.handleChange} />
+ <FileInput name="myImage"
31
+ accept=".png,.gif"
32
+ placeholder="My Image"
33
+ className="inputClass"
34
+ onChange={this.handleChange} />
35
</form>
36
);
37
},
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-file-input",
3
- "version": "0.2.3",
+ "version": "0.2.4",
4
"description": "Simple file input component for React",
5
"main": "./lib",
6
"scripts": {
0 commit comments