Skip to content

Commit

Permalink
Merge pull request #140 from gimite/patch-1
Browse files Browse the repository at this point in the history
style -> inputStyle in README.md
  • Loading branch information
JedWatson authored Dec 11, 2020
2 parents f42ae1c + 12a2713 commit c6bd023
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 @@ -69,7 +69,7 @@ If your input uses custom font sizes, you will need to provide the custom size t
<AutosizeInput
name="form-field-name"
value={inputValue}
style={{ fontSize: 36 }}
inputStyle={{ fontSize: 36 }}
onChange={function(event) {
// event.target.value contains the new value
}}
Expand Down

0 comments on commit c6bd023

Please sign in to comment.