Docs (4.0.0)
class UITextField type

type InputType

An identifier for a text field input type.

static

type InputType = "text" | "password" | "number" | "date" | "color"

Related