chore: set enableSuggestions to enableAutocorrect (#1961)
This commit is contained in:
parent
89695e9359
commit
c800e09ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ class InputBar extends StatelessWidget {
|
|||
// fix for issue with typing not working sometimes on Firefox and Safari
|
||||
return SelectionArea(
|
||||
child: TextField(
|
||||
enableSuggestions: false,
|
||||
enableSuggestions: enableAutocorrect,
|
||||
readOnly:
|
||||
controller != null && controller!.choreographer.isRunningIT,
|
||||
autocorrect: enableAutocorrect,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue