Skip to content

InputType

InputType = "text" | "number" | "checkbox" | "select" | "upload"

Defined in: packages/forms/src/types.ts:45

The HTML input type mapped from a Drizzle column type.

Used by FieldDefinition to determine which UI component to render.