Skip to content

Commit

Permalink
Merge pull request react-component#73 from bcho/readme-typo
Browse files Browse the repository at this point in the history
s/from/form
  • Loading branch information
shepherdwind authored May 6, 2017
2 parents 9b5a0e4 + 9c28c52 commit 8ec96bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ React.render(<Upload />, container);
|component | "div"|"span" | "span"| wrap component name |
|supportServerRender | boolean | false| whether to support server render |
|onReady | function | | only call when supportServerRender is true, upload is rendered completely |
|action| string | | from action url |
|action| string | | form action url |
|data| object/function(file) | | other data object to post or a function which returns a data object |
|headers| object | {} | http headers to post, available in modern browsers |
|accept | string | | input accept attribute |
Expand Down

0 comments on commit 8ec96bc

Please sign in to comment.