Skip to content

Commit

Permalink
fix: typo row -> rows
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Jun 9, 2022
1 parent b2433d4 commit 4269acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/base/components/input/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The `multiline` prop transforms the `<input>` field into a `<textarea>` element.
{{"demo": "InputMultiline.js"}}

If you want the `<textarea>` to grow with the content, you can use the [`TextareaAutosize`](/base/react-textarea-autosize/) component.
When using `TextareaAutosize`, the height of the `<textarea>` element dynamically matches its content, unless the `row` prop is set.
When using `TextareaAutosize`, the height of the `<textarea>` element dynamically matches its content, unless the `rows` prop is set.
To set minimum and maximum sizes, add the `minRows` and `maxRows` props.

{{"demo": "InputMultilineAutosize.js"}}
Expand Down

0 comments on commit 4269acd

Please sign in to comment.