Normally, this component month selection via dropdown works but in good_html_v1.0.2 it doesn't work.
When I click, Jan months are seen but you can't select month from dropdown, you have to go right and left but https://www.daterangepicker.com/#examples it works. I think problem is about CSS coding.
The reason why you can't select the months is because we added an option where you can only select current and past dates (not future). Since 2022 just started (happy new year to you!) all months are disabled for selection.
If you want to select future dates, you'll need to remove the `endDate` parameter within the JS.
I am sorry but I use plugins.bundle.js where is this parameter, could you give me information?
Also, I can choose next month with arrows so there is no logic to use enddate because we can choose next month by arrows, one way or another there is a bug