File size: 635 Bytes
e841ba5
 
 
 
 
 
 
 
9689f33
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Form

High-performance form component with data domain management. Includes data entry, validation, and corresponding styles. See [Ant Design](https://ant.design/components/form/) for more information.

## Examples

<demo name="basic"></demo>
<demo name="form_rules" title="Form Rules"></demo>
<demo name="dynamic_form" title="Dynamic Form"></demo>

By modifying `form_action`, you can manually trigger a form action. Whenever `form_action` changes and triggers the corresponding form action, the value of `form_action` will be automatically reset for subsequent multiple calls.

<demo name="form_action" title="Form Action"></demo>