Skip to content

Commit 6fe1295

Browse files
authored
Merge pull request #1220 from jaccodenneboom/1219-Add-data-test-id-for-preview-in-the-date-picker
feat: Add data-test-id for preview in the date picker
2 parents ad86422 + 1d22370 commit 6fe1295

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/VueDatePicker/components/ActionRow.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
class="dp__selection_preview"
1818
:title="formatValue || undefined"
1919
:style="previewStyle"
20+
data-test-id="dp-selection-preview"
2021
>
2122
<slot
2223
v-if="$slots['action-preview'] && showPreview"

0 commit comments

Comments
 (0)