We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8628ce commit 58c5439Copy full SHA for 58c5439
components/calendar/Header.tsx
@@ -86,7 +86,7 @@ export default defineComponent({
86
getMonthSelectElement(prefixCls: string, month: number, months: string[]) {
87
const { fullscreen, validRange, value } = this;
88
let start = 0;
89
- let end = 12;
+ let end = 11;
90
if (validRange) {
91
const [rangeStart, rangeEnd] = validRange;
92
const currentYear = value.get('year');
0 commit comments