You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
文档中,value和defaultValue的默认值的描述为“不传则默认今天”,但实际代码(calendar.js line 118)中为: const now = minDate || new Date(today.getFullYear(), today.getMonth(), today.getDate()).getTime();
因此应修改表述为不传则默认为minDate的值,当minDate未设定时默认为今天
期望结果
修改表述为不传则默认为minDate的值,当minDate未设定时默认为今天
实际结果
No response
基础库版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered:
tdesign-miniprogram 版本
1.8.3
重现链接
重现步骤
文档中,value和defaultValue的默认值的描述为“不传则默认今天”,但实际代码(calendar.js line 118)中为:
const now = minDate || new Date(today.getFullYear(), today.getMonth(), today.getDate()).getTime();
因此应修改表述为不传则默认为minDate的值,当minDate未设定时默认为今天
期望结果
修改表述为不传则默认为minDate的值,当minDate未设定时默认为今天
实际结果
No response
基础库版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: