Coloring's picture
Update
9689f33
# 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>