From db9bda55e56704c56d1486116220dc123fb160d5 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 7 Aug 2015 16:08:00 -0700 Subject: [PATCH] Give toggle a default. --- src/lib/template/array-selector.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/lib/template/array-selector.html b/src/lib/template/array-selector.html index 9c2682f25c..7bf15cedb9 100644 --- a/src/lib/template/array-selector.html +++ b/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,