Skip to content

Commit b38e051

Browse files
committed
fix: offset changes not being deteched in md-select
1 parent 68e6b5d commit b38e051

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
@@ -566,6 +566,7 @@ export class MdSelect implements AfterContentInit, ControlValueAccessor, OnDestr
566566
}
567567

568568
this._checkOverlayWithinViewport(maxScroll);
569+
this._changeDetectorRef.detectChanges();
569570
}
570571

571572
/**

0 commit comments

Comments
 (0)