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
3.2.19
window11、Chrome 112.0.5615.138、Vue3.2.47
打开codesandbox链接即可看到错误表现:空字符串值(开始日期)被解析为了Invalid Date,并且点击开始日期切换时控件中的值变成了Invalid Date或NaN。把package.json中ant-design-vue的版本改为3.2.17,即可看到正常表现。
range-picker有只选择一个值(开始日期或结束日期)的方法
在3.2.18及之后(目前最新3.2.19),value中传空字符串错误。传null或者undefined也是相同表现。
业务中日期区间作为查询条件时,有只选择开始时间或者只选择结束时间的场景
The text was updated successfully, but these errors were encountered:
858169a
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
No branches or pull requests
Version
3.2.19
Environment
window11、Chrome 112.0.5615.138、Vue3.2.47
Reproduction link
Steps to reproduce
打开codesandbox链接即可看到错误表现:空字符串值(开始日期)被解析为了Invalid Date,并且点击开始日期切换时控件中的值变成了Invalid Date或NaN。把package.json中ant-design-vue的版本改为3.2.17,即可看到正常表现。
What is expected?
range-picker有只选择一个值(开始日期或结束日期)的方法
What is actually happening?
在3.2.18及之后(目前最新3.2.19),value中传空字符串错误。传null或者undefined也是相同表现。
业务中日期区间作为查询条件时,有只选择开始时间或者只选择结束时间的场景
The text was updated successfully, but these errors were encountered: