Home > General Components > AutoInput

AutoInput

@wq/react’s <AutoInput/> component selects the appropriate input component based on the provided props, which are passed from the form configuration). <AutoInput/> is primarily used with <AutoForm/>, and should never be overridden. Instead, you can configure custom input types, fieldsets, and or nested repeat groups for the fields you want to customize.

Source

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

  • AutoInput.js (@wq/react)

This component should not generally need to be overridden directly.