This commit is contained in:
2021-03-07 21:06:25 +00:00
parent 290c5963c5
commit 71af22af84
3 changed files with 153 additions and 30 deletions

View File

@@ -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?