-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
Description
When using the DatePicker if it is close to the bottom of the screen and opens the Popup above the control it will throw the ExpressionChangedAfterItHasBeenCheckedError. If it opens below the control no error will be thrown.
Here is a slightly modified plunker to help show this: Modified Original
In this plunker I added a field called distance. Adjust this field to get DatePicker close to the bottom so it's popup will open above the control.
Steps to Reproduce:
- Adjust the distance field value to get control near the bottom so the popup opens above the control.
- Open the console
- Click on the Calendar Icon
- Error will Appear
Expected Result:
If the popup opens above the control no error should appear
Actual Result:
Error appears if popup opens above the control
MaklaCof and aerlijman