Skip to content

Commit

Permalink
Update docs/src/pages/components/text-fields/text-fields.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
DDDDDanica and oliviertassinari committed Mar 21, 2020
1 parent 10d0371 commit 7312a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/text-fields/text-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `error` prop toggles the error state, the `helperText` prop can then be used

## Multiline

The `multiline` prop transforms the text field into a [Textarea](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea) or a [Textarea Autosize](/components/textarea-autosize/).
The `multiline` prop transforms the text field into a [textarea](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea) or a [TextareaAutosize](/components/textarea-autosize/).

{{"demo": "pages/components/text-fields/MultilineTextFields.js"}}

Expand Down

0 comments on commit 7312a9d

Please sign in to comment.