diff --git a/examples/demo-multi-select.html b/examples/demo-multi-select.html
index 1dabb650c..81e495ac7 100644
--- a/examples/demo-multi-select.html
+++ b/examples/demo-multi-select.html
@@ -113,7 +113,7 @@
Multi select
Multi Selection Demos
Array of strings
-
+
{{$item}}
{{color}}
@@ -122,7 +122,7 @@ Array of strings
Selected: {{multipleDemo.colors}}
Array of objects
-
+
{{$item.name}} <{{$item.email}}>
@@ -136,7 +136,7 @@ Array of objects
Deselect callback with single property binding
-
+
{{$item.name}} <{{$item.email}}>
@@ -151,7 +151,7 @@ Deselect callback with single property binding
Array of objects with single property binding
-
+
{{$item.name}} <{{$item.email}}>
@@ -165,7 +165,7 @@ Array of objects with single property binding
Array of objects (with groupBy)
-
+
{{$item.name}} <{{$item.email}}>
diff --git a/src/select.js b/src/select.js
index 95ba2bbb9..3b81924b1 100644
--- a/src/select.js
+++ b/src/select.js
@@ -67,7 +67,8 @@
theme: 'bootstrap',
searchEnabled: true,
placeholder: '', // Empty by default, like HTML tag