DictionarySchemaInputcomponent

DictionarySchemaInput({ schema, value, ...props }: DictionarySchemaInputProps): ReactElement
ParamType
propsDictionarySchemaInputProps
Props for DictionarySchemaInput, the DictionarySchema input variant. required
Return
ReactElement
A DictionaryInput element bound to the schema.

Examples

<DictionarySchemaInput name="meta" schema={META} />