Akaunting search selected date type on focus :)
This commit is contained in:
parent
cc96e37b8c
commit
c53f316915
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user