From c53f31691525afa2c1d78cc3d8de560825906c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 11 Jan 2021 14:41:25 +0300 Subject: [PATCH] Akaunting search selected date type on focus :) --- resources/assets/js/components/AkauntingSearch.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/components/AkauntingSearch.vue b/resources/assets/js/components/AkauntingSearch.vue index 0b5c7f835..1b36c530d 100644 --- a/resources/assets/js/components/AkauntingSearch.vue +++ b/resources/assets/js/components/AkauntingSearch.vue @@ -175,7 +175,7 @@ export default { this.show_date = true; this.$nextTick(() => { - this.$refs['input-search-date-field-' + this._uid].focus(); + this.$refs['input-search-date-field-' + this._uid].fp.open(); }); } @@ -374,7 +374,7 @@ export default { this.show_date = true; this.$nextTick(() => { - this.$refs['input-search-date-field-' + this._uid].focus(); + this.$refs['input-search-date-field-' + this._uid].fp.open(); }); this.visible = {