| Tech | Version |
| -------------------- | ------- |
| @material-ui/pickers | v4.0.0-alpha.5 |
The popup should close.
I think that we could consider a disableCloseOnSelect prop as the Autocomplete has for the current behavior.
FYI autoOk={true} does this
@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).
Most helpful comment
FYI
autoOk={true}does this