Change behavior of autocompletion when empty results
This commit is contained in:
@@ -344,6 +344,8 @@ ToolBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (autoCompleteModel.length === 0) {
|
if (autoCompleteModel.length === 0) {
|
||||||
|
isAutoCompleting = false;
|
||||||
|
autoCompleteListView.currentIndex = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
isAutoCompleting = true
|
isAutoCompleting = true
|
||||||
|
|||||||
Reference in New Issue
Block a user