type UITextField.InputType
An identifier for a text field input type.
type InputType = "text" | "password" | "number" | "date" | "color";
Related
class UITextField
A view class that represents a text field control.
An identifier for a text field input type.
type InputType = "text" | "password" | "number" | "date" | "color";