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
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
May 28, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
本地环境
你做了什么?
使用 antd-mobile 的 Button 组件,点击后通过 event 参数阻断事件冒泡。
你期待的结果是:
接收到 event 参数。
实际上的结果:
Button 组件自定义了 onClick 属性,但没有将 event 参数透传出来。
可重现的在线演示
button/index.web.tsx#L40
The text was updated successfully, but these errors were encountered: