Home > General Components > AutoSubform

AutoSubform

@wq/react’s <AutoSubform/> component generates a <Fieldset/> containing <AutoInput/>s for each of the fields in the specified group from the form configuration). <AutoSubform/> is primarily used with <AutoForm/>, and should never be overridden. Instead, you can configure a custom fieldset and register it as the “appearance” for the group.

Source

The source code for <AutoSubform/> is available here:

  • AutoSubform.js (@wq/react)

This component should not generally need to be overridden directly.