Closed okonet closed 7 years ago
This PR adds 2 public methods focus and blur that mimic DOM API to TextInput component.
focus
blur
Unfortunately some unrelated tests are failing :(
Thanks for contributing 🎉. I'll check why the tests are failing.
This PR adds 2 public methods
focus
andblur
that mimic DOM API to TextInput component.