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
@CarsonF Thanks for raising this point up. It seems that we should handle desktop and mobile the opposite way, meaning autoOk={true} on a pointer device and autoOk={false} on a touch device. This would match the experience that is most commonly implemented. For instance, take Google Calendar, or Gmail as an example (compare the mobile app, with the web app).
Environment
Steps to reproduce
Expected behavior
The popup should close.
I think that we could consider a
disableCloseOnSelect
prop as the Autocomplete has for the current behavior.The text was updated successfully, but these errors were encountered: