AutoForm
@wq/react’s <AutoForm/>
component generates a <Form/>
containing <AutoInput/>
s for each field in the form configuration corresponding to the current route. <AutoForm/>
is primarily used with the DefaultEdit view, and should almost never be overridden directly. Instead, it usually makes more sense to configure custom input types, fieldsets, and or nested repeat groups for the fields you want to customize.
Source
The source code for <AutoForm/>
is available here:
This component should not generally need to be overridden directly.