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:
The @wq/react implementation automatically determines which actual components to render, so there is no alternate @wq/material or native version.