From f596620cfc8ee47221797cb99b097dde91886029 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 26 Feb 2024 07:27:58 +0100 Subject: [PATCH] refs #6907 feat: add click event inside input --- src/components/common/VnInputDate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/VnInputDate.vue b/src/components/common/VnInputDate.vue index d090a2809..2f0863d0b 100644 --- a/src/components/common/VnInputDate.vue +++ b/src/components/common/VnInputDate.vue @@ -62,6 +62,7 @@ const styleAttrs = computed(() => { readonly :model-value="toDate(value)" v-bind="{ ...$attrs, ...styleAttrs }" + @click="isPopupOpen = true" >