From 0999b8288c4df18c0f1465ae7633fa56b4d70dfb Mon Sep 17 00:00:00 2001 From: crisbeto Date: Thu, 22 Nov 2018 00:54:49 +0100 Subject: [PATCH] docs(form-field): native select reset values not working in examples On a couple of the examples the reset option was marked as `disabled` which means that people aren't able to reset the value. Fixes #14030. --- .../select-disabled/select-disabled-example.html | 2 +- src/material-examples/select-form/select-form-example.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/material-examples/select-disabled/select-disabled-example.html b/src/material-examples/select-disabled/select-disabled-example.html index 774f878de60e..26bbe8e0df11 100644 --- a/src/material-examples/select-disabled/select-disabled-example.html +++ b/src/material-examples/select-disabled/select-disabled-example.html @@ -14,7 +14,7 @@

mat-select

native html select

- +