disable keyboard suggestions

pull/6/head
fuwa 4 years ago
parent deb2d961c4
commit 1c61f7c8d5

@ -205,6 +205,8 @@ Widget terminalView(BuildContext context, String title, SyncedState state) {
textInputAction: TextInputAction.next,
autofocus: true,
autocorrect: false,
enableSuggestions: false,
keyboardType: TextInputType.visiblePassword,
decoration:
InputDecoration
(