Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Need option to override default "tap closes" option on core-dropdown-base #12

Closed
mwinters-stuff opened this issue Nov 13, 2014 · 1 comment

Comments

@mwinters-stuff
Copy link

Core dropdown base implements a on-tap which toggles the overlay, this should be disabled by an attribute as if you have buttons or other tappable components in the overlay, the overlay closes..

I had to override with

  ready: function(){
        this.$.menu_popup.toggleOverlay = function(){};
      },

where menu_popup is the core-dropdown-base

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants