ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.54k stars 2.38k forks source link

Dropdown.Item组件click事件未触发 #6480

Closed liqiuqiui closed 7 months ago

liqiuqiui commented 7 months ago

Version of antd-mobile

any

Operating system and its version

Others

Browser and its version

any

Sandbox to reproduce

https://codesandbox.io/p/sandbox/funny-black-kl36y5?file=%2Fsrc%2FApp.tsx%3A11%2C39

What happened?

问题

Dropdown.Item 组件 click事件在点击相应 item 的 title 后未触发

期望

Dropdown.Item 的 click 事件正确触发

Relevant log output

No response