We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
比如现在是2024-11=05,设置disableDate.after为dayjs().format(),那么弹出框的左边显示2020年11月5日,左边日期选择器11月5日和右边日期选择器12月的所有日期都是不可选的。
我的需求是:现有功能可能会导致不可选的无效范围过大,我希望弹出框左右日期是可以配置的,上面的情况下,如果左边显示2024年10月,右边显示2024年11月,会更加合理。
弹出框左右日期是可以配置的,而不是像现在固定左边显示当前月,右边显示当前月 1。我的需求场景下,希望左边显示当前月-1,右边显示当前月。
The text was updated successfully, but these errors were encountered:
👋 @luhuimin,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
No branches or pull requests
这个功能解决了什么问题
比如现在是2024-11=05,设置disableDate.after为dayjs().format(),那么弹出框的左边显示2020年11月5日,左边日期选择器11月5日和右边日期选择器12月的所有日期都是不可选的。
我的需求是:现有功能可能会导致不可选的无效范围过大,我希望弹出框左右日期是可以配置的,上面的情况下,如果左边显示2024年10月,右边显示2024年11月,会更加合理。
你建议的方案是什么?
弹出框左右日期是可以配置的,而不是像现在固定左边显示当前月,右边显示当前月 1。我的需求场景下,希望左边显示当前月-1,右边显示当前月。
The text was updated successfully, but these errors were encountered: