Documentation

selectOnFocus()

Selects all text when the field gains focus.

selectOnFocus(selectOnFocus?: boolean): this;

Parameters

Return value

The builder instance for chaining.

Related