Interface InputSchema

Hierarchy

  • BaseFieldSchema
  • Pick<InputFieldProps, "label" | "placeholder" | "readOnly" | "defaultValue">
    • InputSchema

Properties

disabled?: boolean | FormFieldPredicate
hidden?: boolean | FormFieldPredicate
name: string

Name of the property in the result data.

props?: InputFieldProps

Additional custom props for the field component like: label, required.

type: InputType

The type of form field used to edit this value.

An optional string or date or boolean validation property for the input.

Generated using TypeDoc