Alexander Foremny

Results 39 comments of Alexander Foremny

@SylvieC Hi! alvivi is correct, you can get Select only through Github. Apologies for that! To do that, clone the v9 branch to ./elm-mdl and add `elm-mdl/src` to elm-package. You...

Hi! Do you still get that error if you delete elm-stuff? What does your elm-package.json look like?

Unfortunately this will note make it into v8, rather it will be in v9 (#335).

@drager With [upstream support having](https://github.com/google/material-design-lite#limited-support) ended, unfortunately I do not find the time to work on this after all.

Closing in favor of #328.

#328 does not address this yet.

Could it be that material.js is trying to seize control of your elm-mdl elements? Elements created by elm-mdl have the appropriate classes that material.js could target them to initialize components....

As long as you are not specifying `async` or `defer` on the material.js' `script` tag, the browser should execute it in the order given. You could further test it, by...

I think we will want to support it in the future, because I am not seeing any reason why we wouldn't. My understanding is that as long as we set...

Hi @dpinn, the reason for that is that a mdc component has to dispatch both internal as well as user messages. The idiom `Html.map` allows for only for either one...