Skip to content

InputType

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

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

The HTML input type mapped from a Drizzle column type.

Used by FieldDefinition to determine which UI component to render.