Skip to content

Commit 66bd641

Browse files
committed
fix: offset changes not being deteched in md-select
1 parent 84da1c9 commit 66bd641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/select/select.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ export class MdSelect implements AfterContentInit, ControlValueAccessor, OnDestr
577577
}
578578

579579
this._checkOverlayWithinViewport(maxScroll);
580+
this._changeDetectorRef.detectChanges();
580581
}
581582

582583
/**

0 commit comments

Comments
 (0)