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

When using ngxDaterangepickerMd Angular version: 4, ngxDaterangepickerMd version: 2.0.0, when used [opens]="'left'" not working as expected date picker is not opening from left. After clicking on multiple time on input box it start shifting left side. #542

Open princeryadav opened 6 months ago

princeryadav commented 6 months ago

Versions

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Stackblitz link If applicable, add stackblitz link.

Additional context Add any other context about the problem here.

princeryadav commented 6 months ago

image 1 not proper not expected image

image 2 after clicking on input box sifted lift expected image

vinod-amt commented 4 months ago

facing same issue.

Amrendra100123 commented 3 months ago

.md-drppicker { left: auto !important; right: 1px !important; margin-top: 0px !important; }

in style .css use this .it will fix.