trimox / angular-mdc-web

Angular wrapper for Material Design (Web) Components
https://trimox.github.io/angular-mdc-web
MIT License
517 stars 87 forks source link

[menu] Won't close on item-click #2186

Open chanteckwei opened 4 years ago

chanteckwei commented 4 years ago

Description Clicking on the mdc-list-item-text wouldn't close the menu. Currently, the workaround is to manually close the menu using (click).

To reproduce

<mdc-menu>
    <mdc-list twoLine>
        <mdc-list-item>
            <mdc-list-item-text secondaryText="Subtitle">Title</mdc-list-item-text>
        </mdc-list-item>
    </mdc-list>
</mdc-menu>