fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
249 stars 252 forks source link

DateRangePicker dropdown issue #414

Open ankurgupta12 opened 2 years ago

ankurgupta12 commented 2 years ago

Versions

Describe the bug when we set the date Limit property in dateRange picker , after selecting the date from left view calendar, after that we are not able to select the year from dropdown in right view calendar. We have set the dateLimit property to 1094.

To Reproduce Steps to reproduce the behavior:

  1. Select the year from dropdown and then select the start date from left view.
  2. Go to the right view calendar and open the dropdown. and try to select the first option from the dropdown year.
  3. not able to select the option.

Expected behavior we should be able to select the first option from the dropdown year in right side view.

Screenshots

error

Stackblitz link https://stackblitz.com/edit/ngx-daterangepicker-material-4ygxug?file=src/app/app.component.html

fetrarij commented 2 years ago

Hello, with your stackblitz, I still could select the year in right after following your step.