Patrick Michelberger

Results 2 issues of Patrick Michelberger

I try to call the focus() method on a TextInput ref. Such as ``` javascript this.focusNextField('passwordInput')}/> // component method focusNextField = (nextField) => { this.refs[nextField].focus(); }; ``` However I get...

bug
feature request

Hi Liang, I read your paper, too. Congratulations, for your fascinating work. I've got a short question on the evaluation part: You used anonymized access logs from Etsy in your...