mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
update id on onchaged
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
935297b9e8
commit
5109802dfb
1 changed files with 3 additions and 0 deletions
|
@ -265,6 +265,9 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
|||
enableSuggestions: false,
|
||||
keyboardType: TextInputType.visiblePassword,
|
||||
// keyboardType: TextInputType.number,
|
||||
onChanged: (String text) {
|
||||
_idController.id = text;
|
||||
},
|
||||
style: const TextStyle(
|
||||
fontFamily: 'WorkSans',
|
||||
fontWeight: FontWeight.bold,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue