diff options
author | Francesco Cioria <firefelix@gmail.com> | 2017-04-20 15:15:06 +0200 |
---|---|---|
committer | Francesco Cioria <firefelix@gmail.com> | 2017-04-20 15:32:57 +0200 |
commit | e6b2583e532f1b3d0d5ab648ac8b08bd5135f0f2 (patch) | |
tree | da773671c4cae3009ef37a42a9f4155666a85b18 | |
parent | a4ec821d9ce862bc6f5a5b3b742d9155e38f1eef (diff) | |
download | react-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.md | 1 |
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 | |