Merge pull request #149 from WDI-Ideas/jayeshjain25

Jayeshjain25
This commit is contained in:
Jayesh jain
2024-07-26 17:30:55 +05:30
committed by GitHub

View File

@@ -168,7 +168,7 @@ class FormLabelTextField extends StatelessWidget {
maxlines: type == "description" ? 6 : 1,
texttype: type == "phone number"
? TextInputType.phone
: type == "Email"
: type == "email"
? TextInputType.emailAddress
: TextInputType.name,
textEditingController: textEditingController,