mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
clear selected device group or user when search text changes (#10815)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
fa49c72835
commit
77af6c4ce1
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ class _MyGroupState extends State<MyGroup> {
|
|||
controller: searchUserController,
|
||||
onChanged: (value) {
|
||||
searchAccessibleItemNameText.value = value;
|
||||
selectedAccessibleItemName.value = '';
|
||||
},
|
||||
textAlignVertical: TextAlignVertical.center,
|
||||
style: TextStyle(fontSize: fontSize),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue