- edit
- {{ display }}
+
+ {{ label }}
+
+
+
+ $ayiEdit
+
+ {{ display }}
+
@@ -23,7 +30,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* XXXeslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
-
+//Note: not perfect detection of lost focus
export default {
data() {
return {
@@ -63,6 +70,11 @@ export default {
canClear: { type: Boolean, default: true },
label: { type: String, default: "" }
},
+ watch: {
+ display() {
+ this.picking = false; //this is to attempt to make the picker go away when the record changes to another, otherwise it seems to stick
+ }
+ },
methods: {
emitInput(e) {
diff --git a/ayanova/src/components/work-order-address.vue b/ayanova/src/components/work-order-address.vue
index 7072dea8..355abcd1 100644
--- a/ayanova/src/components/work-order-address.vue
+++ b/ayanova/src/components/work-order-address.vue
@@ -8,7 +8,7 @@