Hi could you please help me?
I use RangePicker form antd library
The component have internal logic of disabling date.
For example if we chose startDate the dates that less than start start become disabled
You can try in here.
https://codesandbox.io/p/sandbox/range-picker-ant-design-demo-forked-l2fvld?file=%2Findex.js
Is it possible to turn off this internal logic?
I tryed set field:
disabledDate={() => false} and few other options but it is not working.
Дмитрий Киселев is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.