Andrey Yaroshenko

Results 27 comments of Andrey Yaroshenko

Hi @gasolin , This example works for me: ```jsx {this.setState({activeTab:1})}} > Item One {this.setState({activeTab:2})}} > Item Two {this.setState({activeTab:3})}} > Item Three ```

Thank you for analyze, sure it make sense. I'll extend components by xxxClassName props.

@dubert , thank you for your appreciation. Sure, I want to implement all of them and no plans to stop supporting. At the moment i'm implementing Menu component and extending...

I've created a few issues from your list. They marked as 'enhancement'. You can assign one of them or create a new one which you would like. Be careful, i've...

@pricetula Yes, sure. I just want to finish Menu component. A little bit tricky there

This is not a bug of react-mdl. The same behavior reproduced on clean mdl see codepen http://codepen.io/kradio3/pen/dOqZQg

@omerts Yes, i found it. That because of .mdl-js-button. http://codepen.io/kradio3/pen/rWqeqB #### Button doesn't lose focus on mouseleave ```html Agree ``` #### Button loses focus on mouseleave ```html Agree ``` Because...