Select does not close DateRangePicker
dborstelmann opened this issue ยท 1 comments
dborstelmann commented
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior ๐ฏ
DateRangePicker does not close when you select start and end.
Expected Behavior ๐ค
DateRangePicker should close when you select start and end.
Steps to Reproduce ๐น
https://codesandbox.io/s/stupefied-waterfall-9md45?fontsize=14&hidenavigation=1&theme=dark
Steps:
- Click start
- Select a date
- Select a later end date
- Notice picker does not close
Context ๐ฆ
Your Environment ๐
React app with material v5 (also saw this on v4).
Tech | Version |
---|---|
@material-ui/core | v5.0.0-alpha.24 |
React | 16.3 |
Browser | Chrome (Mac) |
TypeScript | Yes |
oliviertassinari commented
Duplicate of https://github.com/mui-org/material-ui/issues/24828