From 1e5d56d888fb66e4e6456d9af6be169ba9351f26 Mon Sep 17 00:00:00 2001 From: Dejan Lukic Date: Tue, 28 Aug 2018 11:04:17 +1000 Subject: [PATCH] Fix #101 - Make restoreFocusOnClose false by default --- paper-menu-button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-menu-button.html b/paper-menu-button.html index b841d97..a8404b2 100644 --- a/paper-menu-button.html +++ b/paper-menu-button.html @@ -292,7 +292,7 @@ /** * Whether focus should be restored to the button when the menu closes. */ - restoreFocusOnClose: {type: Boolean, value: true}, + restoreFocusOnClose: {type: Boolean, value: false}, /** * This is the element intended to be bound as the focus target