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
* fix tests
* make this required, because it is
* add onFocus prop
react doesn't yet support focusin (facebook/react#6410),
so add a prop so we can know when something in this component has focus
this is useful if you want to defer something until the user interacts with the
component (e.g. trigger ajax to pre-fill a store)
0 commit comments