CreativeIT / getmdl-select

Select for material-design-lite
http://creativeit.github.io/getmdl-select/
MIT License
301 stars 87 forks source link

Styles load well but I can't make the select work. #62

Closed oscar-gardiazabal closed 7 years ago

oscar-gardiazabal commented 7 years ago

Easy steps to reproduce the issue:

What I'm missing? Something needs to compile?

(chrome in ubuntu)

oscar-gardiazabal commented 7 years ago

My code loads mostly async and loading your .js lib at the end with requireJS didn't work (maybe some misconception here), so the issue #49 question fixed the problem calling: "getmdlSelect.init(cssSelector)"

But I still don't understand why locally your web code doesn't work for me..