summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorGiovanni Gonzaga <giovanni@buildo.io>2017-04-21 10:12:26 +0200
committerGitHub <noreply@github.com>2017-04-21 10:12:26 +0200
commit743c22a8ff825979eb0e177624da5e18e47304e3 (patch)
tree2b437ce6a7ea6dae9df32f0c78e414e28794ec84 /src/README.md
parentf3f7f1f130652726706b539bbf07414c6c37fd3e (diff)
parent5f5b1bfb7ad543643df9844937012dd4b1b95d66 (diff)
downloadreact-autosize-textarea-743c22a8ff825979eb0e177624da5e18e47304e3.zip
react-autosize-textarea-743c22a8ff825979eb0e177624da5e18e47304e3.tar.gz
react-autosize-textarea-743c22a8ff825979eb0e177624da5e18e47304e3.tar.bz2
Merge pull request #41 from buildo/40-add_prop_innerref_to
#40: Add prop `innerRef` to access textarea DOM node (closes #40)
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md
index a963a92..85affb9 100644
--- a/src/README.md
+++ b/src/README.md
@@ -8,3 +8,4 @@ A light replacement for built-in `<textarea />` component which automatically ad
| **onResize** | <code>Function</code> | | *optional*. Called whenever the textarea resizes |
| **rows** | <code>Number</code> | | *optional*. Minimum number of visible rows |
| **maxRows** | <code>Number</code> | | *optional*. Maximum number of visible rows |
+| **innerRef** | <code>Function</code> | | *optional*. Called with the ref to the DOM node |