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
246 stars 247 forks source link

Use ngx-daterangepicker-material as Storybook Angular (Issue about Ranges Clicked and Dates Updated) when implement into other project #541

Open elvisnguy opened 6 months ago

elvisnguy commented 6 months ago

This is code on my storybook project image image

This is project where I implemented image image

And how it's look like: image

The issue is when I click into the corresponding range like: Yesterday, this month, this week, etc... In the storybook where I used ngx-daterangepicker-meterial: It's worked well. In the project where Implemented: It's always return Today.

I also check the value when emit in storybook, it's return corresponding ranges but don't know what happened with project where I implemented.

Thank for your support.

elvisnguy commented 6 months ago

@fetrarij can you have me to have a look on this, tks ^^