Closed
Description
<paper-dropdown-menu label="Hot" ng-controller="filter" id="tagTrigger" self-center >
<paper-dropdown class="dropdown">
<core-menu class="menu">
<paper-item>Hot</paper-item>
<paper-item>Recent</paper-item>
</core-menu>
</paper-dropdown>
</paper-dropdown-menu>
when it is click, the first time it works normally. But after the second time, it will show up twice. One shows up very quickly, and another normally. In the meantime, the event listener added to it will be triggered twice as well.
Metadata
Assignees
Labels
No labels