Alexander Foremny

Results 40 comments of Alexander Foremny
trafficstars

I think this is still an unresolved upstream bug https://github.com/material-components/material-components-web/issues/1017 (later comments talk about the interaction with drawer instead of dialog).

I could expose `layout()` from the custom element if that would help you.

Hi @matsjoyce, thank you for reporting this! Your analysis is exactly correct, and I am aware of the following _work-arounds_: - Eliminate diffing on the common parent `H.div`: If in...

I can reproduce this with the following example: ```html ``` As you've stated, this example does not raise the accessibility concern: ```html ``` On the other hand, this should work...

I have been using `file:` URLs and hash based navigation in electron apps, too.

Moving it to v9 because it seems hard to decide.

Personally, I am leaning towards incorporating material-design-lite css into elm-mdl. We have not decided yet, so I will move this to v9 milestone.

I plan to do that in my [elm-mdc](http://github.com/aforemny/elm-mdc) repository. This means that I am not planning anymore to maintain elm-mdl CSS. But it is quite a bit of work because...

Could you elaborate on using Material.Grid.Device outside - outside of what? :) A function `isTablet` might be hard to realize because in Elm you just don't know if your application...

Hi! Do you have [subscriptions set up](http://package.elm-lang.org/packages/debois/elm-mdl/latest/Material-Layout)? Could you post an example index.html + Main.elm somewhere that I can try?