This commit is contained in:
@@ -181,6 +181,9 @@ 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.$emit("update:name", e.name);
|
||||
this.$emit("update:active", e.active);
|
||||
},
|
||||
fetchValueIfNotPresent() {
|
||||
//is there a value that might require fetching?
|
||||
|
||||
Reference in New Issue
Block a user