Interface SelectSchema

Hierarchy

  • BaseFieldSchema
  • Pick<SelectFieldProps, "label" | "placeholder" | "items" | "defaultValue">
    • SelectSchema

Properties

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

Name of the property in the result data.

props?: SelectFieldProps

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

type: "select"

The type of form field used to edit this value.

validation?: StringValidation

An optional string validation property for the select field: email, ensure, length ... etc.

Generated using TypeDoc