Components

JsonSchemaFormField

<JsonSchemaFormField name label description disabled />

Constructor

# <JsonSchemaFormField name label description disabled />

JSONSchema form field

PropTypes:
Name Type Required Description Default
name string Yes Identifier for the field to be rendered.
label string No Override the label from the JSON schema.
description string No Override the description from the JSON schema.
disabled bool No Disable the form field false

View Source components/jsonSchema/field.js, line 22