Akaunting search selected date type on focus :)

This commit is contained in:
Cüneyt Şentürk 2021-01-11 14:41:25 +03:00
parent cc96e37b8c
commit c53f316915

View File

@ -175,7 +175,7 @@ export default {
this.show_date = true; this.show_date = true;
this.$nextTick(() => { 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.show_date = true;
this.$nextTick(() => { this.$nextTick(() => {
this.$refs['input-search-date-field-' + this._uid].focus(); this.$refs['input-search-date-field-' + this._uid].fp.open();
}); });
this.visible = { this.visible = {