Closed
Description
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/angular-xax8rg?file=styles.css
Steps to reproduce:
- .mat-form-field-infix{
width:100% !important;
} - .mat-form-field{
display:block !important;
}
Expected Behavior
What behavior were you expecting to see?
The calendar should open at the position where the user had clicked at arrow icon.
Actual Behavior
What behavior did you actually see?
When the width of the input is 100% to make it responsive, calendar opened at the left.
Environment
- Angular:
- CDK/Material:
- Browser(s):
- Operating System (e.g. Windows, macOS, Ubuntu):