From cb2965e8e41f842a374b087bea9192d0bcf5db96 Mon Sep 17 00:00:00 2001 From: open-trade Date: Tue, 22 Dec 2020 14:54:46 +0800 Subject: [PATCH] revert back because enter not work any more --- flutter_hbb/lib/remote_page.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flutter_hbb/lib/remote_page.dart b/flutter_hbb/lib/remote_page.dart index 1e85d9125..ff7b97ed7 100644 --- a/flutter_hbb/lib/remote_page.dart +++ b/flutter_hbb/lib/remote_page.dart @@ -317,8 +317,7 @@ class _RemotePageState extends State { maxLines: null, initialValue: _value, // trick way to make backspace work always - keyboardType: TextInputType - .visiblePassword, // must use visiblePassword here, if else when input '(', new ')' will be auto appended on android, cause our proboems + keyboardType: TextInputType.multiline, onChanged: handleInput, ), ),