Skip to content
Browse files

Give toggle a default.

  • Loading branch information...
1 parent ba4bf38 commit db9bda55e56704c56d1486116220dc123fb160d5 @kevinpschaaf kevinpschaaf committed
Showing with 5 additions and 2 deletions.
  1. +5 −2 src/lib/template/array-selector.html
View
7 src/lib/template/array-selector.html
@@ -74,7 +74,7 @@
*/
items: {
type: Array,
- notify: true
+ // notify: true
},
/**
@@ -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,

0 comments on commit db9bda5

Please sign in to comment.
Something went wrong with that request. Please try again.