DictionarySchemaInputcomponent
DictionarySchemaInput({ schema, value, ...props }: DictionarySchemaInputProps): ReactElement| Param | Type | |
|---|---|---|
props | DictionarySchemaInputProps | Props for DictionarySchemaInput, the DictionarySchema input variant. required |
| Return | |
|---|---|
ReactElement | A DictionaryInput element bound to the schema. |
Show a DictionaryInput for a DictionarySchema.
Examples
<DictionarySchemaInput name="meta" schema={META} />