weui / react-weui

weui for react
https://weui.github.io/react-weui/docs/
2.85k stars 492 forks source link

TabBarItem onClick does not invoke when click #207

Open yangwenhaowenhe opened 7 years ago

yangwenhaowenhe commented 7 years ago

**Do you want to request a feature or report a bug (建议还是bug) ?**

What is the current behavior? (现有状况)

What is the expected behavior? (应有状况)

Which versions of React-weui, weui, and which OS and device are affected by this issue? (React-weui版本 weui版本 机型和系统)

yangwenhaowenhe commented 7 years ago

bug

CynthiaNC commented 7 years ago

I meet the same question. And I finally use onChange Handler in Tab Html Tags. <Tab type="tabbar" onChange={changeTab}></Tab>