MadCcc

Results 444 comments of MadCcc

Didn't find anything wrong in your reproduction. https://user-images.githubusercontent.com/27722486/206102303-337ffba9-1dfa-4c16-94d6-75385a18c6e0.mp4

DatePicker's `value` won't be changed until ok button is clicked, so reseting date after selecting time or date doesn't work.

What you need may be `presets` prop of RangePicker. > By the way, if I want to trigger the callback function once after the final date is selected, is there...

要补一下 step 单独传 type 的用例

semver 要改了

snapshot 整体应该不变吧

Test 还是挂的

留一个 Affix 的 demo 就好

> > [preview-39372-ant-design.surge.sh/components/anchor-cn#components-anchor-demo-basic-affix](https://preview-39372-ant-design.surge.sh/components/anchor-cn#components-anchor-demo-basic-affix) > > 这个例子是不是重复了? > > 这个 demo 和第一个是一样的,除了他的 affix=true。 需要横向纵向都保留一个有 affix 的 demo 吗? @MadCcc > > ![image](https://user-images.githubusercontent.com/8649233/208011954-601f8b07-ac9c-4694-9e5f-180608012335.png) 这个确实重复了

> > demo 都改 iframe 把,cols 设为 1 > > @MadCcc @zombieJ 不需要 affix 效果了嘛? 所有 Affix 的 Anchor 都需要 iframe,这个 PR 里 ![image](https://user-images.githubusercontent.com/27722486/208339688-5eaaad59-7d32-4050-9780-7a2aca5d5297.png) 这个可以改成 Affix false 或者去掉。 感觉还是直接去掉吧,和第二个 demo...