DataSchemaInputcomponent

DataSchemaInput({ schema, value, ...props }: DataSchemaInputProps): ReactElement
ParamType
propsDataSchemaInputProps
Props for DataSchemaInput, the DataSchema input variant. required
Return
ReactElement
A DataInput element bound to the schema.

Show a DataInput for a nested DataSchema.

Examples

<DataSchemaInput name="address" schema={ADDRESS} />