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, ), ),