From cf0d52ca0865927c00bd268286f403852263b559 Mon Sep 17 00:00:00 2001 From: Garrett Smith Date: Fri, 3 Mar 2017 12:58:23 -0600 Subject: [PATCH] Missing errorMessage property --- paper-dropdown-menu-light.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/paper-dropdown-menu-light.html b/paper-dropdown-menu-light.html index edaabf8..13fab4b 100644 --- a/paper-dropdown-menu-light.html +++ b/paper-dropdown-menu-light.html @@ -366,6 +366,13 @@ type: String }, + /** + * The error message to display when invalid. + */ + errorMessage: { + type: String + }, + /** * True if the dropdown is open. Otherwise, false. */