Skip to content

Commit

Permalink
fix: Add type="button" on selection overlay button (fixes #374)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed Aug 28, 2023
1 parent 56e07a2 commit 447351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VueDatePicker/components/Common/SelectionOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<button
v-if="$slots['button-icon']"
v-show="!hideNavigationButtons(hideNavigation, type)"
role="button"
type="button"
:aria-label="defaultedAriaLabels?.toggleOverlay"
:class="actionButtonClass"
tabindex="0"
Expand Down

0 comments on commit 447351c

Please sign in to comment.