Rudeg / react-input-calendar

http://rudeg.github.io/react-input-calendar/
MIT License
139 stars 94 forks source link

Focus programatically #114

Closed matthijn closed 6 years ago

matthijn commented 7 years ago

Is it possible to focus on the textfield of the input programmatically? I'm browsing the code, but can't seem to find a way to do it.

Or if we can get access to the internal text input field, that would work as well. Since that has a .focus() function anyway.