-
Notifications
You must be signed in to change notification settings - Fork 493
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
修复月份选择时不能只选一个月的问题 #478
修复月份选择时不能只选一个月的问题 #478
Conversation
Deploy preview for rc-calendar failed. Built with commit 5bb03db https://app.netlify.com/sites/rc-calendar/deploys/5c89cd8db361040008b41886 |
Codecov Report
@@ Coverage Diff @@
## master #478 +/- ##
==========================================
- Coverage 89.41% 89.37% -0.05%
==========================================
Files 10 10
Lines 671 687 +16
Branches 191 197 +6
==========================================
+ Hits 600 614 +14
- Misses 61 63 +2
Partials 10 10
Continue to review full report at Codecov.
|
这解决了点 start month 后 end month 也可以点。 |
抱歉 疏忽了 已经修复了 这里的月份相同判断在ant-design/components/date-picker/RangePicker.tsx中也有一个 稍后会提交相应修复 |
担心会 break user。以防万一,我发个 minor 版本。 |
antd release 前多测测时间相关组件。 |
issuse: ant-design/ant-design#13302
hi 我又来了 我的一个项目碰见了这个问题 看了下issuse 正好也有提到 修复了 @afc163