From 567c06387f535754901dd2be2f85b782b23fa396 Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Fri, 15 Jun 2018 17:20:26 +0200 Subject: [PATCH 1/3] fix(select): Fixes width-issue of select option panel in IE11 Fixes the select options panel width not matching the select width in IE11 Fixes #11609 --- src/demo-app/select/select-demo.html | 10 ++++++++- src/demo-app/select/select-demo.scss | 4 ++++ src/demo-app/select/select-demo.ts | 1 + src/lib/select/select.html | 33 ++++++++++++++-------------- src/lib/select/select.scss | 6 +++++ src/lib/select/select.spec.ts | 22 +++++++++++++++++++ 6 files changed, 59 insertions(+), 17 deletions(-) diff --git a/src/demo-app/select/select-demo.html b/src/demo-app/select/select-demo.html index f70788bb70b9..69accef7ff1f 100644 --- a/src/demo-app/select/select-demo.html +++ b/src/demo-app/select/select-demo.html @@ -6,7 +6,8 @@ ngModel - + Drink @@ -31,6 +32,13 @@

+

+ + +