select method
void
select()
The HTMLInputElement.select()
method selects all the text
in a textarea
element or in an input
element
that includes a text field.
Implementation
external void select();
The HTMLInputElement.select()
method selects all the text
in a textarea
element or in an input
element
that includes a text field.
external void select();