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 = {