nikgraf / belle

Configurable React Components with great UX
http://nikgraf.github.io/belle/
MIT License
2.51k stars 104 forks source link

TextField programatically set focus #340

Open modsushi opened 7 years ago

modsushi commented 7 years ago

TextField does not has the focus function property.

Following code should work but doesnot this.textFieldComponent.focus()

modsushi commented 7 years ago

Actually it works if I do ReactDOM.findDOMNode(this.textFieldComponent).focus();

But would be nice if it can be done with out findDOMNode like material-ui text component.

nikgraf commented 6 years ago

@modsushi great suggestion, interested to create a PR?