@microsoft/fast-foundation > TextField > autofocus
TextField.autofocus property
Indicates that this element should get focus after the page finishes loading. See autofocus HTML attribute for more information.
Signature:autofocus: boolean;
Remarks
HTML Attribute: autofocus