@microsoft/fast-foundation > TextFieldType
TextFieldType variable
Text field sub-types
Signature:TextFieldType: {
    readonly email: "email";
    readonly password: "password";
    readonly tel: "tel";
    readonly text: "text";
    readonly url: "url";
}