aavanzyl / ngx-tiny

Implementation of Light Weight Angular Components for Production Applications
https://aavanzyl.github.io/ngx-tiny
MIT License
7 stars 3 forks source link

Can't switch months with angular 10 #9

Closed JLNNN closed 4 years ago

JLNNN commented 4 years ago

Describe the bug If I click the "prev month" or "next month" buttons, the datepicker overlay just closes.

To Reproduce Steps to reproduce the behavior:

  1. installed npm packages as required
  2. setup everything as described in docs
  3. Click on datepicker input field
  4. click on prev or next month buttons
  5. See error

Expected behavior The overlay switches to the previous or next month.

Versions (please complete the following information):

Additional context It's working in your examples 🤷‍♂️

aavanzyl commented 4 years ago

I am in the process of upgrading the angular version to 10, might have something todo around this, Will release this tomorrow, keep you posted.

aavanzyl commented 4 years ago

@JLNNN I have published the latest version, now ready for Angular 10, please test and let me know if the issue is resolved.

JLNNN commented 4 years ago

@aavanzyl I updated to v10.0.1 and the problem is still existing. I can't switch months.

JLNNN commented 3 years ago

@aavanzyl Do you get notifications in closed issues?