🐛 [Bug]: date-picker时间选择问题
Version
3.17.0
Vue Version
3.2.31
Link to minimal reproduction
date-picker配置picker-options中disabledDate时进行时间大小判断导致页面卡死: const pickerOptions = { disabledDate(time) { return time.getTime() > Date.now() || time.getTime() < new Date('2023-08-01').getTime() } }
Step to reproduce
整体禁用:
部分禁用:
只读模式:
文本框不可输入:
What is expected
No response
What is actually happening
No response
What is your project name
opentiny/tiny-vue
Any additional comments (optional)
No response
Bot detected the issue body's language is not English, translate it automatically.
Title: 🐛 [Bug]: date-picker time selection problem
@zcloudedu 您好,有个类似问题我们修复了,没有再复现您说的问题,您用新版本再看一下是否仍然存在这个问题。如果有请尽量详细一些场景描述,谢谢。
Bot detected the issue body's language is not English, translate it automatically.
@zcloudedu Hello, we have fixed a similar problem and the problem you mentioned has not been reproduced again. Please use the new version to see if the problem still exists. If so, please describe the scene in as much detail as possible, thank you.