ui fixing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user