picker
picker copied to clipboard
Support for pickerValue (similar to defaultPickerValue)
Howdy,
It would be nice if the displayed month could be better controlled to prevent situations like below when using the range picker:
- Assume the start and end dates are currently 2021-01-01
- Open picker to select start date
- Click previous month 12 times
- Select 2020-01-01
- My code sets defaultPickerValue to [2020-01-01, 2020-01-01]
- Panel now "focuses" back to 2021-01-01 for choosing the start date
Now I have click previous month 12 times again to select 2020-01-01 as the end date too
Similar issue was logged in Ant Design: https://github.com/ant-design/ant-design/issues/15360