picker
picker copied to clipboard
📅 All Date Pickers you need.
Added Amharic (am) Translation
fix this [issues#37352](https://github.com/ant-design/ant-design/issues/37352) Reason: - when `form.resetFields` is called, the `refresh` method of the `field` component is triggered, which changes the `resetCount`.([code](https://github.com/react-component/field-form/blob/master/src/Field.tsx#L218-L220)) - `resetCount` is used as the `key` of...
The component would be much easier to work with if it included an inputClassName in the same way it includes a popupClassName & dropdownClassName. An example of something that can't...
### Reproduction link [](https://codesandbox.io/s/status-antd-4-22-8-forked-o1z6o6?file=/index.js) ### Steps to reproduce 打开CodeSendbox重现链接 **react 18** 环境下(createRoot),**single picker** 未选中值或值为空时,鼠标hover Panelbody 时input值频繁闪烁复现: 1、safari 15版本,可直接重现; 2、window和mac环境,chrome *打开开发者工具后*,hover时会闪烁,关闭后则不会。 看了下源码,有个立即更新的问题: PanelBody.tsx 106行应当为 onDateMouseLeave(false),非立即更新,可解决闪烁问题。 ### What is expected?...
In RangePicker when both start and end values are selected, if the user changes only the end value and clicks outside, the value is correctly set to `[oldStartValue, newEndValue]` but...
在开发过程中我希望通过ref上的blur方法使rangePicker关闭,发现并没有作用,阅读源码发现是onBlur方法没有调用导致的
 我有个需求是自定义页脚加一个取消按钮 , 我调用blur方法发现弹窗没有消失,看源码是传进来onBlur方法并没有调用,能否修改一下
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 10.3.12. Changelog Sourced from glob's changelog. changeglob 10.3 Add --default -p flag to provide a default pattern exclude symbolic links to directories when follow and...
I've created this pull request to fix https://github.com/ant-design/ant-design/issues/48059