Is your feature request related to a problem? Please describe.
I want to define a shortcut to focus an Input
Describe the solution you'd like
The Input component should expose a focus method to be used through a ref
Describe alternatives you've considered
Using a ref inputWrapper
inputWrapper.value.$el.getElementsByTagName('input')[0].focus()