From f107684473e298b1ee07fe70eaa89eb795d05365 Mon Sep 17 00:00:00 2001 From: jorgep Date: Tue, 18 Mar 2025 14:21:16 +0100 Subject: [PATCH] fix: refs #8581 update data-cy attribute concatenation in VnInputDate component --- src/components/common/VnInputDate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/VnInputDate.vue b/src/components/common/VnInputDate.vue index bcaadb7f1..343130f1d 100644 --- a/src/components/common/VnInputDate.vue +++ b/src/components/common/VnInputDate.vue @@ -107,7 +107,7 @@ const manageDate = (date) => { @click="isPopupOpen = !isPopupOpen" @keydown="isPopupOpen = false" hide-bottom-space - :data-cy="$attrs['data-cy'] ?? $attrs.label + '_inputDate'" + :data-cy="($attrs['data-cy'] ?? $attrs.label) + '_inputDate'" >