The Form component is a high-performance data entry solution that manages data scope, collection, and verification. It is built on top of Ant Design's Form component, meaning it inherits all standard Ant Design Form properties while adding enhanced data management capabilities.
Common usage patterns include:
- Default: Standard form behavior with automatic data collection.
- Flat Type: A flattened layout style for form items.
- State Control: Manual control over the form state.
- Submit Footer: Using a specialized footer for submission and reset actions.