doc: update input demo description

pull/6837/head
afc163 8 years ago
parent f9193952ff
commit ab41503343

@ -2,16 +2,16 @@
order: 5 order: 5
title: title:
zh-CN: 文本域 zh-CN: 文本域
en-US: Textarea en-US: TextArea
--- ---
## zh-CN ## zh-CN
用于多行输入,指定 `type` 为一个特殊的 `textarea` 用于多行输入。
## en-US ## 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 ````jsx
import { Input } from 'antd'; import { Input } from 'antd';

Loading…
Cancel
Save