enterKeyHint()
Sets the hint for the virtual keyboard’s ‘Enter’ key.
enterKeyHint(enterKeyHint: UITextField.EnterKeyHintType | string): this;
Parameters
- enterKeyHint — The hint type (e.g.
go,search,send).
Return value
The builder instance for chaining.
Related
class TextFieldBuilder static
A builder class for creating UITextField instances.
