contact and item focus input issue solved.

This commit is contained in:
Cüneyt Şentürk
2021-01-19 14:12:13 +03:00
parent 7d5fb0f5ed
commit 9269b93e3d
2 changed files with 9 additions and 1 deletions

View File

@ -278,6 +278,10 @@ export default {
this.show.contact_selected = false;
this.contact = {};
setTimeout(function() {
this.$refs['input-contact-field-' + this._uid].focus();
}.bind(this), 100);
this.$emit('change', {
index: 0,
key: '',