autofocus property
Whether this field should automatically receive focus when the form loads.
Only one field per form should typically have autofocus enabled.
Implementation
bool autofocus;
Whether this field should automatically receive focus when the form loads.
Only one field per form should typically have autofocus enabled.
bool autofocus;