Documentation

type()

Sets the input type of the text field.

type(type: UITextField.InputType | string): this;

Parameters

Return value

The builder instance for chaining.

Related