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

No public methods for interactive elements #94

Closed okonet closed 7 years ago

okonet commented 7 years ago

Native elements like <input> has public methods like focus and blur that allow programmatically enable specific behaviors. This library doesn't provide such API and makes it impossible to change the state of elements without user interaction.

Use case: https://github.com/perrin4869/react-focus-onkeydown

gabrielbull commented 7 years ago

Please submit a PR and we will accept it.