From a994c3d1d63fb00300b8c282416b1987fa4bcd5e Mon Sep 17 00:00:00 2001 From: Leslie Date: Mon, 30 Jan 2017 17:35:52 -0800 Subject: [PATCH] Allow restoreFocusOnClose to be set on paper-dropdown-menu-lite See https://github.com/PolymerElements/paper-dropdown-menu/pull/227 for the same change on paper-dropdown-menu. --- paper-dropdown-menu-light.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/paper-dropdown-menu-light.html b/paper-dropdown-menu-light.html index edaabf8..381380c 100644 --- a/paper-dropdown-menu-light.html +++ b/paper-dropdown-menu-light.html @@ -287,7 +287,8 @@ on-iron-deselect="_onIronDeselect" opened="{{opened}}" close-on-activate - allow-outside-scroll="[[allowOutsideScroll]]"> + allow-outside-scroll="[[allowOutsideScroll]]" + restore-focus-on-close="[[restoreFocusOnClose]]">