Merge pull request #2477 from brkcvn/master

Code refactoring for search component
This commit is contained in:
Burak Civan
2022-06-23 14:57:01 +03:00
committed by GitHub

View File

@ -582,6 +582,8 @@ export default {
if (this.filter_index == 0) {
this.onChangeSearchAndFilterText(this.defaultPlaceholder, true);
} else {
this.show_icon = false;
}
this.filter_last_step = 'options';