ant-design/components/date-picker/demo/preset-ranges.md
ac3d9173c6
feat(range-picker): preset value support callback function (#43476)
* chore(deps): bump rc-picker@3.11.0

* feat(range-picker): preset value support callback function

* docs: update docs

* docs: update since version

* test: update snapshot
2023-07-26 19:02:17 +08:00

8 lines
273 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## zh-CN
可以预设常用的日期范围以提高用户体验。自 `5.8.0` 开始preset value 支持回调函数返回值方式。
## en-US
We can set preset ranges to RangePicker to improve user experience. Since `5.8.0`, preset value supports callback function.