You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Input component is used with DatePicker it is expected to return a DOM node which has a focus method. @levithomason had mention The ref is a reference to the Input class instance and we need to add a focus method to the Input component. This is also considered best practice.
Uncaught TypeError: this.refs.input.focus is not a function
at Object.focus (bundle.js:86206)
at Object.setFocus (bundle.js:86206)
at bundle.js:86206
at bundle.js:86212
The text was updated successfully, but these errors were encountered:
When Input component is used with DatePicker it is expected to return a DOM node which has a focus method. @levithomason had mention The ref is a reference to the Input class instance and we need to add a focus method to the Input component. This is also considered best practice.
The text was updated successfully, but these errors were encountered: