-
-
Notifications
You must be signed in to change notification settings - Fork 49.3k
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
when DatePicker.RangePicker set mode=['month', 'month'] , there disabledDate is wrong #9008
Comments
For months and weeks we may need |
Is there any way to implement disabling months on the rangepicker on version 3.1.3 ? using |
I think this is a reasonable demand, and the antd team can give priority to support. |
Tagging as PR welcome. |
PR sent to rc-calendar. It seems we don't need disabledMonth or disabledWeek, current disabledDate callback is fine. Not sure if I missed something. |
I'm experiencing this issue, currently with antd 3.6.1. disabledDate still has no effect. Is the fix supposed to have been applied already ? |
+1 |
When can you support? |
I would like to know if the problem has been solved. I still have this problem in version 3.17.0 |
现在支持了吗? @afc163 |
Please check new RangePicker in antd v4, it should be rewriten and fixed now. |
这解决方案神了·· |
所以v4实现了,v3的坑就不填了吗…… |
应该是这样 |
Version
3.1.3
Environment
react
Reproduction link
https://sharkwarn.github.io/#/
Steps to reproduce
What is expected?
disabled some Date
What is actually happening?
The disabledDate doesn't work
The text was updated successfully, but these errors were encountered: