ArraySchemaInputcomponent

ArraySchemaInput({ schema, value, ...props }: ArraySchemaInputProps): ReactElement
ParamType
propsArraySchemaInputProps
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} />