fix: clear input field when opening "Add contact" popup
This commit is contained in:
parent
d4a220b051
commit
1d6b7b5759
|
@ -128,6 +128,10 @@ Item {
|
|||
profileModel.lookupContact(value)
|
||||
})
|
||||
|
||||
onOpened: {
|
||||
addContactSearchInput.text = ""
|
||||
}
|
||||
|
||||
Input {
|
||||
id: addContactSearchInput
|
||||
//% "Enter ENS username or chat key"
|
||||
|
|
Loading…
Reference in New Issue