- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
因为Collapse展开需要时间,调用validateFieldsAndScroll会滚动不到具体位置,需要加定时器。
What does the proposed API look like?
希望添加Collapse展开后回调函数。
因为Collapse展开需要时间,调用validateFieldsAndScroll会滚动不到具体位置,需要加定时器。
希望添加Collapse展开后回调函数。
6条答案
按热度按时间0yycz8jy1#
能描述一下场景吗?什么情况需要一边展开一边滚动?
ilmyapht2#
Hello @zywkuo. Please provide a online reproduction by forking this link https://u.ant.design/codesandbox-repro or a minimal GitHub repository. Issues labeled by
Need Reproduce
will be closed if no activities in 7 days.你好 @zywkuo, 我们需要你提供一个在线的重现示例以便于我们帮你排查问题。你可以通过点击 此处 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。7 天内未跟进的 issue 将会被自动关闭。
au9on6nz3#
首先感谢回复。
业务场景:
折叠面板1为其他接口对接原始数据,有少数不符合目前的数据需要滚动到当前位置提示修改。
折叠面板2为本页面主要业务数据。
demo地址:
https://codesandbox.io/s/627znq7jxz
操作提示
demo中已经把定时器注解了,请吧折叠面板2中input都输入上一个数字就可以,然后点提交,此页面需要出现滚动条才有效果,请指教,谢谢。
7qhs6swi4#
看起来做个
afterChange
会比较方便用户。onCollapse
看起来更好点。tct7dpnv5#
看了一下,需要注入事件给
rc-animate
。我们有计划升级rc-animate
,这个先放一放。czq61nw16#
好的,谢谢。