diff --git a/components/form/demo/input.md b/components/form/demo/input.md index 81b27371c0..f09514f489 100644 --- a/components/form/demo/input.md +++ b/components/form/demo/input.md @@ -3,7 +3,7 @@ order: 0 title: Input 输入框 --- -我们为 `` 输入框定义了三种尺寸(大、默认、小),具体使用详见 API。 +我们为 `` 输入框定义了三种尺寸(大、默认、小),具体使用详见 [API](/components/form/#input)。 注意: 在表单里面,我们只使用**大尺寸**, 即高度为 **32px**,作为唯一的尺寸。 diff --git a/components/form/demo/validate-static.md b/components/form/demo/validate-static.md index 17bf84db97..8c04ddd7f7 100644 --- a/components/form/demo/validate-static.md +++ b/components/form/demo/validate-static.md @@ -5,7 +5,7 @@ title: 校验提示 我们为表单控件定义了三种校验状态,为 `` 定义 `validateStatus` 属性即可。 -validateStatus: ['success', 'warning', 'error', 'validating']。 +validateStatus: 'success', 'warning', 'error', 'validating'。 另外为输入框添加反馈图标,设置 `` 的 `hasFeedback` 属性值为 `true` 即可。 diff --git a/components/select/demo/coordinate.md b/components/select/demo/coordinate.md index 30b756a4a4..e367a6dc89 100644 --- a/components/select/demo/coordinate.md +++ b/components/select/demo/coordinate.md @@ -5,7 +5,7 @@ title: 联动 省市联动是典型的例子。 -推荐使用 cascader 组件。 +推荐使用 [cascader](/components/cascader/) 组件。 ````jsx import { Select } from 'antd';