autofocus property

bool autofocus
getter/setter pair

Whether this field should automatically receive focus when the form loads.

Only one field per form should typically have autofocus enabled.

Implementation

bool autofocus;