You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
For a Boolean property to be configurable from markup, it must default to false. If it defaults to true, you cannot set it to false from markup, since the presence of the attribute, with or without a value, equates to true. This is the standard behavior for attributes in the web platform.
https://www.polymer-project.org/1.0/docs/devguide/properties#configuring-boolean-properties says:
But paper-menu-button contains this:
The default should be false (and the logic could be negated so that it's named noRestoreFocusOnClose).
The text was updated successfully, but these errors were encountered: