Skip to content

Commit

Permalink
[@mantine/dates] DatePickerInput: Fix nextLabel and previousLabel
Browse files Browse the repository at this point in the history
… props not being handled correctly (#7082)
  • Loading branch information
Kenzo-Wada authored Nov 7, 2024
1 parent 7f99f67 commit 07fd832
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export function pickCalendarProps<T extends Record<string, any>>(props: T) {
numberOfColumns,
columnsToScroll,
ariaLabels,
nextLabel,
previousLabel,
onYearSelect,
onMonthSelect,
onYearMouseEnter,
Expand Down Expand Up @@ -76,6 +78,8 @@ export function pickCalendarProps<T extends Record<string, any>>(props: T) {
numberOfColumns,
columnsToScroll,
ariaLabels,
nextLabel,
previousLabel,
onYearSelect,
onMonthSelect,
onYearMouseEnter,
Expand Down

0 comments on commit 07fd832

Please sign in to comment.