|
|
@ -374,7 +374,7 @@ class RawEditorState extends EditorState |
|
|
|
inputType: TextInputType.multiline, |
|
|
|
inputType: TextInputType.multiline, |
|
|
|
readOnly: widget.readOnly, |
|
|
|
readOnly: widget.readOnly, |
|
|
|
obscureText: false, |
|
|
|
obscureText: false, |
|
|
|
autocorrect: false, |
|
|
|
autocorrect: true, |
|
|
|
inputAction: TextInputAction.newline, |
|
|
|
inputAction: TextInputAction.newline, |
|
|
|
keyboardAppearance: widget.keyboardAppearance, |
|
|
|
keyboardAppearance: widget.keyboardAppearance, |
|
|
|
textCapitalization: widget.textCapitalization, |
|
|
|
textCapitalization: widget.textCapitalization, |
|
|
|