flippingbitss / react-daterange-picker

A react date range picker to using @material-ui. Live Demo: https://flippingbitss.github.io/react-daterange-picker/
MIT License
110 stars 212 forks source link

Month/Year dropdown doesn't work within a React-Bootstrap Dropdown #13

Open hellocaio opened 4 years ago

hellocaio commented 4 years ago

I am using a Dropdown button from React Bootstrap to display the daterange picker, however, the fields month and year (Select type) don't dropdown when clicked. I'm guessing it is a conflict between the component dropdown and select fields? Any work around this?

Update: The dropdowns are being displayed pratically outside the screen :/

stefangeorgescu970 commented 3 years ago

I am having similar issues when using it within a Popper component.