gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.51k stars 461 forks source link

feat: Add public `focus` and `blur` methods to TextInput #95

Closed okonet closed 7 years ago

okonet commented 7 years ago

This PR adds 2 public methods focus and blur that mimic DOM API to TextInput component.

okonet commented 7 years ago

Unfortunately some unrelated tests are failing :(

gabrielbull commented 7 years ago

Thanks for contributing 🎉. I'll check why the tests are failing.