TF-1960 Only allow text input fields on 1 line
(cherry picked from commit 091d1472bf19c7041012adb94192eb749433a595)
This commit is contained in:
@@ -104,6 +104,7 @@ class SearchAppBarWidget extends StatelessWidget {
|
||||
onTextChange: onTextChangeSearchAction,
|
||||
onTextSubmitted: onSearchTextAction,
|
||||
cursorColor: AppColor.colorTextButton,
|
||||
maxLines: 1,
|
||||
textDirection: DirectionUtils.getDirectionByLanguage(context),
|
||||
autoFocus: true,
|
||||
focusNode: searchFocusNode,
|
||||
|
||||
Reference in New Issue
Block a user