Documentation

enterKeyHint()

Sets the hint for the virtual keyboard’s ‘Enter’ key.

enterKeyHint(enterKeyHint: UITextField.EnterKeyHintType | string): this;

Parameters

Return value

The builder instance for chaining.

Related