ui fixing

This commit is contained in:
jayesh
2024-06-20 16:03:44 +05:30
parent 60cb950990
commit c7aedc3383
5 changed files with 242 additions and 145 deletions

View File

@@ -71,7 +71,9 @@ class FormLabelTextField extends StatelessWidget {
maxlines: type == "description" ? 6 : 1,
texttype: type == "phone number"
? TextInputType.phone
: TextInputType.name,
: type == "Email"
? TextInputType.emailAddress
: TextInputType.name,
textEditingController: textEditingController,
readonly: type == "country selection" ? true : false,
hintText: hintText,