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
Observe that selecting an option by clicking on a menu item does not change the displayed value of the component (selecting via the keyboard does work).
The text was updated successfully, but these errors were encountered:
I see. This is an issue for the uncontrolled component. The selected (highlighted) item is chosen on blur even when the item click is what triggers the blur.
Can reproduce with
create-react-app myapp && cd myapp && npm i stardust -S && npm start
then change contents ofsrc/index.js
to:Observe that selecting an option by clicking on a menu item does not change the displayed value of the component (selecting via the keyboard does work).
The text was updated successfully, but these errors were encountered: