picker
picker copied to clipboard
📅 All Date Pickers you need.
When passing picker prop that is not ``` ' date' | undefined ``` It throws a TS error even though other props are accepted by the component such as "month"...
close https://github.com/ant-design/ant-design/issues/44177
### 🤔 这个变动的性质是? - [ ] 新特性提交 - [x] 日常 bug 修复 - [ ] 站点、文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [ ] TypeScript 定义更新 -...
Bumps [dumi](https://github.com/umijs/dumi) from 1.1.50 to 2.1.14. Commits ce9c8e7 build: release 2.1.14 33f70a6 fix: dom type render failed bug in API component (#1507) 09db565 feat: support to hide sidebar via page...
修复ant design 中 Calendar 内渲染 Datepicker 后无法切换月份年份的问题。 fix https://github.com/ant-design/ant-design/issues/38731
- fix: https://github.com/ant-design/ant-design/issues/38350
fix [email protected] bug [周选择时间控件选中跨年周时无高亮问题](https://github.com/ant-design/ant-design/issues/47229) It's cause `isSameWeek` function. for example: use 2024 first week, first date is `2023-12-31` (sunday) when local is US. so when I click `2024-01-01`, it's will...
https://github.com/react-component/picker/blob/e3f8437ad9c8b280868864a56aaa722c129e354b/src/generate/dateFns.ts#L27 This will import **all locales** from date-fns, right? Even if only one or two locales are used, this will import all of them?
Hi, can it be possible to add option to remain position when hours/minutes are selected? There is no way to set it at this point, and I think that's an...
rangepicker我想使用受控模式,发现选择完后,下拉框不能自动收起 ```jsx export default () => { const [open, setOpen] = useState(false); return ( { console.log("onOpenChange =>", open); setOpen(open); }} /> 233 ); }; ``` [codesandbox](https://codesandbox.io/p/sandbox/tender-cdn-nf4wdr?file=%2FApp.tsx%3A9%2C43)