type()
Sets the input type of the text field.
type(type: UITextField.InputType | string): this;
Parameters
- type — The input type (e.g.
text,password,number).
Return value
The builder instance for chaining.
Related
class TextFieldBuilder static
A builder class for creating UITextField instances.
