Skip to content

Commit

Permalink
fix: not trigger onViewDateSelect when user typing (#7563)
Browse files Browse the repository at this point in the history
  • Loading branch information
KumJungMin authored Jan 4, 2025
1 parent ba44811 commit 16eafe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/lib/calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ export const Calendar = React.memo(
const date = value.length ? value[0] : value;

updateViewDate(event, date);
onViewDateSelect({ event, date });
}
} catch (err) {
//invalid date
Expand Down

0 comments on commit 16eafe5

Please sign in to comment.