DataSchemaInputcomponent
DataSchemaInput({ schema, value, ...props }: DataSchemaInputProps): ReactElement| Param | Type | |
|---|---|---|
props | DataSchemaInputProps | 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} />