Max
Max
Why not https://github.com/material-components/material-components-web ? This is the best material you can get
Has something to do with zooming. Adding `user-scalable=0` to meta solves the issue in most cases, although trying to scroll with dropdown open messes with it still.
I think this is critical - there are a lot scenarios where inputs are bound to array elements
This would be beyond my limited knowledge of the package I'm afraid.
So, may be accept this one until you come up with a better idea? It's a real showstopper...
What about monkey patching `tagName`? Is this going to have any side effects?
Monkey patching tagName worked just fine. You may close this one if not keen on it
Not sure I'm following 😕 I don't know the answer to this. In Au1 images were processed by html-loader. In Au2 html is compiled into js modules and html-loader cannot...
I've tried that - didn't work. This is because the string produced by the html loader is not html anymore. Plus the loader wants to process import tags a well
May be take html loader as a base and tweak it to produce Aurelia html modules?