diff --git a/src/lib/template/array-selector.html b/src/lib/template/array-selector.html
index 54c36af322..7c5a3f1b98 100644
--- a/src/lib/template/array-selector.html
+++ b/src/lib/template/array-selector.html
@@ -73,8 +73,7 @@
* An array containing items from which selection will be made.
*/
items: {
- type: Array,
- notify: true
+ type: Array
},
/**