Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Dec 31, 2023 · 3 comments

Comments

@princeryadav
Copy link

princeryadav commented Dec 31, 2023

Versions

  • Angular version: 4
  • component version: 2.0.5

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 princeryadav changed the title When using ngxDaterangepickerMd When using ngxDaterangepickerMd Angular version: 4, ngxDaterangepickerMd version: 2.0.0, when used [opens]="'left'" not working as expected Dec 31, 2023
@princeryadav princeryadav changed the title When using ngxDaterangepickerMd Angular version: 4, ngxDaterangepickerMd version: 2.0.0, when used [opens]="'left'" not working as expected 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. Dec 31, 2023
@princeryadav
Copy link
Author

princeryadav commented Dec 31, 2023

image 1 not proper not expected
image

image 2 after clicking on input box sifted lift expected
image

@vinod-amt
Copy link

facing same issue.

@Amrendra100123
Copy link

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

in style .css use this .it will fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants