diff options
-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 | |