developit / preact-mdl

:boom: A collection of Preact Components that encapsulate Google's Material Design Lite.
MIT License
187 stars 20 forks source link

CardMenu doesn't transfer 'for' #37

Closed Mytrill closed 7 years ago

Mytrill commented 7 years ago

Hi,

I cannot get a dropdown menu to work inside of the Card and it seems that the 'for' attribute of the CardMenu is not transferred down to the div.

Would it be possible to support this?

Mytrill commented 7 years ago

Turns out my code was wrong, it actually works..

My bad!