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
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Prevent onFocus and onBlur when selecting an item #229
inputProps.onFocus and inputProps.onBlur were incorrectly being invoked when
using the mouse to select an item from the menu. This is incorrect because
although a focus and blur actually occur, the user does not perceive it. The
Autocomplete internals ensure focus is restored after the user has clicked
outside the <input> to select the item.
0 commit comments