This commit is contained in:
@@ -181,7 +181,7 @@ export default {
|
||||
|
||||
//this is required for the control to update and parent form to detect it
|
||||
this.$emit("input", e.id);
|
||||
//this is sometimes required for forms that need the full selection value
|
||||
//this is sometimes required for forms that need more than the ID (contract etc)
|
||||
this.$emit("update:name", e.name);
|
||||
this.$emit("update:active", e.active);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user