autofocus property

bool autofocus
final

This attribute lets you specify that a form control should have input focus when the page loads. Only one form element in a document can have the autofocus attribute.

Implementation

final bool autofocus;