diff --git a/src/demo-app/select/select-demo.html b/src/demo-app/select/select-demo.html
index 7b9c87a3ccfe..6175ceae5efb 100644
--- a/src/demo-app/select/select-demo.html
+++ b/src/demo-app/select/select-demo.html
@@ -4,8 +4,9 @@
ngModel
-
+
+ None
{{ drink.viewValue }}
diff --git a/src/demo-app/select/select-demo.ts b/src/demo-app/select/select-demo.ts
index 6e2ff635a202..089fd9a4eb31 100644
--- a/src/demo-app/select/select-demo.ts
+++ b/src/demo-app/select/select-demo.ts
@@ -23,6 +23,7 @@ export class SelectDemo {
pokemonTheme = 'primary';
foods = [
+ {value: null, viewValue: 'None'},
{value: 'steak-0', viewValue: 'Steak'},
{value: 'pizza-1', viewValue: 'Pizza'},
{value: 'tacos-2', viewValue: 'Tacos'}
diff --git a/src/lib/select/select.md b/src/lib/select/select.md
index 3cce49f7397d..11098c03b26d 100644
--- a/src/lib/select/select.md
+++ b/src/lib/select/select.md
@@ -1,13 +1,13 @@
`` is a form control for selecting a value from a set of options, similar to the native
-`