ArraySchemaInputcomponent
ArraySchemaInput({ schema, value, ...props }: ArraySchemaInputProps): ReactElement| Param | Type | |
|---|---|---|
props | ArraySchemaInputProps | Props for ArraySchemaInput, the ArraySchema input variant. required |
| Return | |
|---|---|
ReactElement | An ArrayInput element bound to the schema. |
Show an ArrayInput for an ArraySchema.
Examples
<ArraySchemaInput name="tags" schema={TAGS} />