type InputType
An identifier for a text field input type.
static
type InputType = "text" | "password" | "number" | "date" | "color"
Related
- class UITextFieldA view class that represents a text field control.
An identifier for a text field input type.
static
type InputType = "text" | "password" | "number" | "date" | "color"