Select box value issue solved..

This commit is contained in:
Cüneyt Şentürk 2020-07-06 20:50:36 +03:00
parent ebf355e44a
commit 954cdbf6a8

View File

@ -1018,6 +1018,10 @@ export default {
var value = this.$children[0].$children[0].$refs.input.value;
}
if (value === '') {
return false;
}
if (this.add_new.type == 'inline') {
if (value === '') {
return false;