Documentation

type UITextField​.InputType

An identifier for a text field input type.

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

Related