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
Corrected and expanded Input component ref handling
Renamed `inputRef` to `ref` (as this is the correct prop name), and also expanded on the ref-handling code example in order to use more supported React standards, as `this.refs` is deprecated.
0 commit comments