TF-1960 Only allow text input fields on 1 line
(cherry picked from commit 091d1472bf19c7041012adb94192eb749433a595)
This commit is contained in:
+1
@@ -360,6 +360,7 @@ class AdvancedSearchInputForm extends GetWidget<AdvancedFilterController>
|
||||
controller: textEditingController,
|
||||
readOnly: isSelectFormList,
|
||||
mouseCursor: mouseCursor,
|
||||
maxLines: 1,
|
||||
textInputAction: isSelectFormList ? TextInputAction.done : TextInputAction.next,
|
||||
onTap: onTap,
|
||||
onTextSubmitted: (value) {
|
||||
|
||||
+1
@@ -144,6 +144,7 @@ class _TextFieldAutoCompleteEmailAddressState
|
||||
controller: tec,
|
||||
focusNode: fn,
|
||||
textInputAction: TextInputAction.next,
|
||||
maxLines: 1,
|
||||
decoration: InputDecoration(
|
||||
filled: true,
|
||||
fillColor: Colors.white,
|
||||
|
||||
Reference in New Issue
Block a user