picker
picker copied to clipboard
📅 All Date Pickers you need.
I'm wondering if it is possible to allow date range picker to show a single calendar instead of a double one. I'm happy to contribute to the repo if the...
Hi 👋 I'm wondering if the team is open for a support for a sidebar in the PickerPanel component. It would be something similar to this https://github.com/ant-design/ant-design/pull/15199. I'm happy to...
I found that errors are thrown if we render the component without the `generateConfig` and `locale` props, so I added them to the example code to make it clearer.
In this PR jalali (Persian Date) supported. I want to add this support to antd after merged
**Use case:** The user opens the picker popup, clicks on the month (switches mode to month panel), clicks some arrows (year changes), the user panics and wants to get back...
issue: ant-design/ant-design#28591 添加showTime中defaultValue的毫秒获取
When pass date format as "MMMM DD, YYYY" for the range picker, size of the input computed as format.length + 2 which is 15 and its wrong. Moment formatted date...
dayjs 1.8.30 点击日期选择器直接报错 ``` bash TypeError: clone.weekday is not a function in DateBody (created by DatePanel) in div (created by DatePanel) in DatePanel (created by PickerPanel) in div (created by...
### Reproduction link https://codesandbox.io/s/rc-picker-playground-forked-mp6bv?file=/src/App.tsx ### What is expected? When I do click-outside may close the popup too. ### Version Environment | Info -- | -- React | 16.8.0 rc-picker |...
disabledMinutes should receive parameter hour from 0 to 23 rather than 0 to 12 if use12Hours is true
The `hour` is clamped at before get `disabledMinutes` at .