This commit is contained in:
2021-04-15 21:05:29 +00:00
parent cb3ea49a32
commit bfeaed4635
4 changed files with 24 additions and 11 deletions

View File

@@ -1322,7 +1322,8 @@ export default {
this.requestSelectDialog = true;
},
poItemsRowClasses: function(item) {
if (this.form().childRowHasError(this, "Items", item.index)) {
const path = `Items[${item.index}].`;
if (this.form().childRowHasError(this, path)) {
return "font-weight-black font-italic error--text";
}
},