TF-74 Fix bug keep only one input focus on composer at one time
This commit is contained in:
@@ -60,6 +60,7 @@ class TextFieldBuilder {
|
||||
textInputAction: _textInputAction,
|
||||
decoration: _inputDecoration,
|
||||
maxLines: _maxLines,
|
||||
keyboardAppearance: Brightness.light,
|
||||
style: _textStyle ?? TextStyle(color: AppColor.textFieldTextColor),
|
||||
obscureText: _obscureText ?? false,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user