Skip to content

Component Common Configuration

You can use the global configuration item to set common configurations for components. This feature lets you set unified default values and behaviors for all components, simplifying configuration and maintenance.

Examples

  1. Set default props and disabled state for col component

You can set default props for the col component (e.g., {span:6}) and disable it. All col components will automatically apply these settings unless overridden.

  1. Set upload callback event for upload component

Configure the global callback event for the upload component to handle file uploads uniformly after completion. This ensures consistent upload operations and centralized management of processing logic.

FormCreate is an open-source project released under the MIT License. Free for personal and commercial use.