mirror of https://github.com/kcal-app/kcal.git
Hide ingredient search results when there is no input
This commit is contained in:
parent
3695810fe7
commit
00b7d7f3f7
|
@ -67,6 +67,9 @@
|
|||
this.searching = true;
|
||||
});
|
||||
}
|
||||
else {
|
||||
this.searching = false;
|
||||
}
|
||||
},
|
||||
['@focusout.debounce.200ms']() {
|
||||
this.searching = false;
|
||||
|
|
Loading…
Reference in New Issue