Skip to content

Commit

Permalink
Give toggle a default.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Aug 7, 2015
1 parent ba4bf38 commit db9bda5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/lib/template/array-selector.html
Expand Up @@ -74,7 +74,7 @@
*/
items: {
type: Array,
notify: true
// notify: true
},

/**
Expand All @@ -91,7 +91,10 @@
* When `true`, calling `select` on an item that is already selected
* will deselect the item.
*/
toggle: Boolean,
toggle: {
type: Boolean,
value: false
},

/**
* When `true`, multiple items may be selected at once (in this case,
Expand Down

0 comments on commit db9bda5

Please sign in to comment.