diff --git a/components/lib/calendar/Calendar.js b/components/lib/calendar/Calendar.js index 97e3a1fb91..7c4b875af9 100644 --- a/components/lib/calendar/Calendar.js +++ b/components/lib/calendar/Calendar.js @@ -553,6 +553,7 @@ export const Calendar = React.memo( updateModel(event, null); updateInputfield(null); + setCurrentYear(new Date().getFullYear()); hide(); props.onClearButtonClick && props.onClearButtonClick(event);