MadCcc
MadCcc
RangePicker 也支持 `showTime`,DatePicker 里面套 TimePicker 还是比较奇怪的
Fixed in https://github.com/ant-design/ant-design/pull/42648
往后不建议封装子组件了,逐渐都会废弃 jsx,转向数据驱动
It's not feature of antd's Menu, and we may not treat it as feature. Here's code in site for you: https://github.com/ant-design/ant-design/blob/master/.dumi/theme/slots/Header/Navigation.tsx#L55
Didn't find anything wrong in reproduction. Could you provide more detail?
> 用 Safari 16.1 (18614.2.9.1.12) 打开 https://ant.design/components/skeleton-cn#components-skeleton-demo-active > > 1. 会闪动 > 2. 动画效果有时候会丢失 似乎是个老问题了,4.x 版本也可以复现,需要优化一下动画
这个得 dumi 处理了,@peachscript
Do you mean `defaultPickerValue` ?
`defaultPickerValue` won't change DatePicker's value until ok button is clicked. It's unnecessary to provide a new prop with similar funciton to `defaultPickerValue`.