Skip to content

Commit 02dff9d

Browse files
authored
Merge pull request #1167 from brandonlavello/fix/a11y-range-end-aria-selected
fix(a11y): correct typo in aria-selected logic for range end dates
2 parents dbdec7b + 3e063e0 commit 02dff9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueDatePicker/components/DatePicker/DpCalendar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
:aria-selected="
3939
(dayVal.classData.dp__active_date ||
4040
dayVal.classData.dp__range_start ||
41-
dayVal.classData.dp__range_start) ??
41+
dayVal.classData.dp__range_end) ??
4242
undefined
4343
"
4444
:aria-disabled="dayVal.classData.dp__cell_disabled || undefined"

0 commit comments

Comments
 (0)