From 30760c0d4caed448363b8188ccc418583d9b275f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 24 Mar 2020 15:23:07 +0000 Subject: [PATCH] --- ayanova/src/components/pick-list.vue | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 1b37a564..c5c94253 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -2,7 +2,7 @@
-
@@ -218,16 +217,13 @@ export default { data: "ay-start-form-picklist" }); }, - test(e) { + selectionMade(e) { if (e == undefined) { + //this will happen when clear clicked return; } - console.log("value changed deciding to emit", e); - console.log("e.id=", e.id); if (e.id != null) { - console.log("emitting:", e); this.$emit("input", e.id); - this.$emit("change", e.id); } }, dropdown(e) {