TF-129 Fix bug after select a recipient, focus should still in the same field
This commit is contained in:
@@ -53,6 +53,7 @@ class TextFieldBuilder {
|
||||
onChanged: _onTextChange,
|
||||
cursorColor: AppColor.primaryColor,
|
||||
controller: _textController,
|
||||
autocorrect: false,
|
||||
textInputAction: _textInputAction,
|
||||
decoration: _inputDecoration,
|
||||
maxLines: _maxLines,
|
||||
|
||||
Reference in New Issue
Block a user