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