You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwipeAction在列表中的左右滑动操作不太灵敏,很容易触发上下滑动,希望可以通过程序化的开启、关闭方式,来辅助开启关闭左右侧按钮组
The component of SwipeAction's swipe left and right actions doesn't work well in list view,It is easy to trigger the slide up and down action, maybe SwipeAction can provide a prop or a function to control the swipe action state.
What does the proposed API look like?
here is a possible implementation,<SwipeAction openBtn=“left” />
The text was updated successfully, but these errors were encountered:
It will be better to write your issue/comment in English, so more people can understand you.
And this means that more people can help you or benefit from your issue/comment.
See: ant-design/ant-design#4897
What problem does this feature solve?
SwipeAction在列表中的左右滑动操作不太灵敏,很容易触发上下滑动,希望可以通过程序化的开启、关闭方式,来辅助开启关闭左右侧按钮组
The component of SwipeAction's swipe left and right actions doesn't work well in list view,It is easy to trigger the slide up and down action, maybe SwipeAction can provide a prop or a function to control the swipe action state.
What does the proposed API look like?
here is a possible implementation,
<SwipeAction openBtn=“left” />
The text was updated successfully, but these errors were encountered: