Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:[date-picker]: 修复在手动输入日期时间后,更改时间时会出现时分秒被禁用的情况。 #22818

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Mar 6, 2024

  1. fix:[date-picker]: 修复在手动输入日期时间后,更改时间时会出现时分秒被禁用的情况。

    删除了minDate监听事件里面的设置禁用时分秒方法,
    更改开始或者结束时间会自动联动,结束时间必定大于开始时间,不存在禁用效果,
    此方法会使手动修改时间后时分被禁用,不能选择时间
    这次提交修复了这一问题,用户现在可以自由调整日期和时间范围,保持系统的灵活性和用户体验。
    youji committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    eda7d64 View commit details
    Browse the repository at this point in the history