tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

onClick event for menuItems? #351

Closed sontek closed 8 years ago

sontek commented 8 years ago

@Hey, I'm using a Menu + MenuItem:

https://tleunen.github.io/react-mdl/components/menu/

There doesn't seem a way to handle an onClick event but I need to trigger redux events when the items are clicked. How do you know when an item is clicked?

sontek commented 8 years ago

Actually, looks like its just not documented. It does seem to work.