@ -2,16 +2,16 @@
order: 5
title:
zh-CN: 文本域
en-US: Textarea
en-US: TextArea
---
## zh-CN
用于多行输入,指定 `type` 为一个特殊的 `textarea`。
用于多行输入。
## en-US
For multi-line user input cases, an input whose `type` prop has the value of `"textarea"` can be used.
For multi-line input.
````jsx
import { Input } from 'antd';