Skip to content

Commit

Permalink
Set default disabled value so that the _disablePopup is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Sep 30, 2016
1 parent 899989c commit 6b6e29d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WebComponents/Select/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ namespace Vidyano.WebComponents {
},
disabled: {
type: Boolean,
reflectToAttribute: true
reflectToAttribute: true,
value: false
},
disableFiltering: {
type: Boolean,
Expand Down

0 comments on commit 6b6e29d

Please sign in to comment.