Skip to content

Commit

Permalink
fix(select): fix select overlay autowidth (#172942) (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
missfox authored and lskramarov committed Jan 31, 2019
1 parent deb5de7 commit 1b3c620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/select/select.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
[cdkConnectedOverlayOpen]="panelOpen"
[cdkConnectedOverlayPositions]="_positions"
[cdkConnectedOverlayMinWidth]="_triggerRect?.width"
[cdkConnectedOverlayWidth]="_triggerRect?.width"
[cdkConnectedOverlayOffsetY]="_offsetY"
(backdropClick)="close()"
(attach)="_onAttached()"
Expand Down

0 comments on commit 1b3c620

Please sign in to comment.