mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
This commit is contained in:
commit
13e404e9a6
@ -3,7 +3,7 @@ order: 0
|
||||
title: Input 输入框
|
||||
---
|
||||
|
||||
我们为 `<Input />` 输入框定义了三种尺寸(大、默认、小),具体使用详见 <a href="/components/form/#input">API</a>。
|
||||
我们为 `<Input />` 输入框定义了三种尺寸(大、默认、小),具体使用详见 [API](/components/form/#input)。
|
||||
|
||||
注意: 在表单里面,我们只使用**大尺寸**, 即高度为 **32px**,作为唯一的尺寸。
|
||||
|
||||
|
@ -5,7 +5,7 @@ title: 校验提示
|
||||
|
||||
我们为表单控件定义了三种校验状态,为 `<FormItem>` 定义 `validateStatus` 属性即可。
|
||||
|
||||
validateStatus: ['success', 'warning', 'error', 'validating']。
|
||||
validateStatus: 'success', 'warning', 'error', 'validating'。
|
||||
|
||||
另外为输入框添加反馈图标,设置 `<FormItem>` 的 `hasFeedback` 属性值为 `true` 即可。
|
||||
|
||||
|
@ -5,7 +5,7 @@ title: 联动
|
||||
|
||||
省市联动是典型的例子。
|
||||
|
||||
推荐使用 <a href="/components/cascader/">cascader</a> 组件。
|
||||
推荐使用 [cascader](/components/cascader/) 组件。
|
||||
|
||||
````jsx
|
||||
import { Select } from 'antd';
|
||||
|
Loading…
Reference in New Issue
Block a user