summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Cioria <firefelix@gmail.com>2017-04-20 15:15:06 +0200
committerFrancesco Cioria <firefelix@gmail.com>2017-04-20 15:32:57 +0200
commite6b2583e532f1b3d0d5ab648ac8b08bd5135f0f2 (patch)
treeda773671c4cae3009ef37a42a9f4155666a85b18
parenta4ec821d9ce862bc6f5a5b3b742d9155e38f1eef (diff)
downloadreact-autosize-textarea-e6b2583e532f1b3d0d5ab648ac8b08bd5135f0f2.zip
react-autosize-textarea-e6b2583e532f1b3d0d5ab648ac8b08bd5135f0f2.tar.gz
react-autosize-textarea-e6b2583e532f1b3d0d5ab648ac8b08bd5135f0f2.tar.bz2
Update 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 |