Fix inline editing for blank values [SCI-6749]

This commit is contained in:
Martin Artnik 2022-04-26 14:30:07 +02:00
parent 8aaab73856
commit ebdd22a892

View file

@ -37,7 +37,7 @@
}
},
created( ){
this.newValue = this.value;
this.newValue = this.value || '';
},
mounted() {
if (this.autofocus) {