parent
f83559feb8
commit
f1414731da
1 changed files with 6 additions and 1 deletions
|
@ -1068,7 +1068,12 @@
|
|||
fields.fieldMode = fieldMode;
|
||||
this.modifyCreator(index, fields);
|
||||
if (this.saveOnEdit) {
|
||||
this.item.saveTx();
|
||||
let activeField = this._dynamicFields.querySelector('textbox');
|
||||
if (activeField !== null && activeField !== firstName && activeField !== lastName) {
|
||||
this.blurOpenField();
|
||||
} else {
|
||||
this.item.saveTx();
|
||||
}
|
||||
}
|
||||
}
|
||||
]]>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue