fix: clear input field when opening "Add contact" popup

This commit is contained in:
Richard Ramos 2020-11-19 15:23:16 -04:00 committed by Iuri Matias
parent d4a220b051
commit 1d6b7b5759
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ Item {
profileModel.lookupContact(value)
})
onOpened: {
addContactSearchInput.text = ""
}
Input {
id: addContactSearchInput
//% "Enter ENS username or chat key"