mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-01 06:51:08 +00:00
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)
|
profileModel.lookupContact(value)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
onOpened: {
|
||||||
|
addContactSearchInput.text = ""
|
||||||
|
}
|
||||||
|
|
||||||
Input {
|
Input {
|
||||||
id: addContactSearchInput
|
id: addContactSearchInput
|
||||||
//% "Enter ENS username or chat key"
|
//% "Enter ENS username or chat key"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user