This commit is contained in:
@@ -986,6 +986,15 @@ export default {
|
||||
listArray.unshift({ name: "-", id: nullNotZero ? null : 0 });
|
||||
},
|
||||
////////////////////////////////////
|
||||
// Get no selection item
|
||||
// Used by forms that need just the
|
||||
// unselected item itself not added
|
||||
// to a list
|
||||
//
|
||||
getNoSelectionItem(nullNotZero) {
|
||||
return { name: "-", id: nullNotZero ? null : 0 };
|
||||
},
|
||||
////////////////////////////////////
|
||||
// Get validity of referenced control
|
||||
//
|
||||
controlIsValid(vm, ref) {
|
||||
|
||||
Reference in New Issue
Block a user