From 6b6e29dda5b245989a2a519424147968b7cf89db Mon Sep 17 00:00:00 2001 From: David Sleeckx Date: Fri, 30 Sep 2016 10:20:56 +0200 Subject: [PATCH] Set default disabled value so that the _disablePopup is triggered --- src/WebComponents/Select/select.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/WebComponents/Select/select.ts b/src/WebComponents/Select/select.ts index 7bbbac7d..3a79585e 100644 --- a/src/WebComponents/Select/select.ts +++ b/src/WebComponents/Select/select.ts @@ -54,7 +54,8 @@ namespace Vidyano.WebComponents { }, disabled: { type: Boolean, - reflectToAttribute: true + reflectToAttribute: true, + value: false }, disableFiltering: { type: Boolean,