focus method

void focus()

Request focus on the text field.

Implementation

void focus() {
  action("focus");
}