mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
docs: update documentation of form
This commit is contained in:
parent
d07b73fec0
commit
e5e7a9ac33
@ -13,9 +13,9 @@ title:
|
||||
|
||||
## en-US
|
||||
|
||||
Three columns layout is othen used to advanced searching of data table.
|
||||
Three columns layout is often used to advanced searching of data table.
|
||||
|
||||
Because label width is not definite, you need to adjust the custom stlye case by case.
|
||||
Because the width of label is not definite, you need to adjust the custom stlye case by case.
|
||||
|
||||
````jsx
|
||||
import { Form, Input, Row, Col, Button, DatePicker } from 'antd';
|
||||
|
@ -11,7 +11,7 @@ title:
|
||||
|
||||
## en-US
|
||||
|
||||
Dynamically add or remove form items.
|
||||
Add or remove form items dynamically.
|
||||
|
||||
````jsx
|
||||
import { Form, Input, Button } from 'antd';
|
||||
|
@ -9,13 +9,13 @@ title:
|
||||
|
||||
展示所有支持的表单控件。
|
||||
|
||||
`注`: 输入框:只有正确设置了 type 属性的输入控件才能被赋予正确的样式。
|
||||
**注**: 输入框:只有正确设置了 type 属性的输入控件才能被赋予正确的样式。
|
||||
|
||||
## en-US
|
||||
|
||||
A list off all the controls that can be used with form.
|
||||
|
||||
`PS`: Input control: Only if set correct type for it, then it will be set correct style
|
||||
**Note**: Input control: Only if set correct type for it, then it will be set correct style
|
||||
|
||||
````jsx
|
||||
import { Form, Input, Select, Checkbox, Radio } from 'antd';
|
||||
|
Loading…
Reference in New Issue
Block a user