mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 04:01:28 +03:00
fix ( issue
This commit is contained in:
@@ -317,7 +317,8 @@ class _RemotePageState extends State<RemotePage> {
|
||||
maxLines: null,
|
||||
initialValue:
|
||||
_value, // trick way to make backspace work always
|
||||
keyboardType: TextInputType.multiline,
|
||||
keyboardType: TextInputType
|
||||
.visiblePassword, // must use visiblePassword here, if else when input '(', new ')' will be auto appended on android, cause our proboems
|
||||
onChanged: handleInput,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user