Elizabeth Mitchell
Elizabeth Mitchell
Yikes, that's a good find. I'll do some digging to see if I can figure out if there's a way to fix it for Angular 7. If not, we may...
Things have been pretty hectic IRL for me right now, so things like Origami have taken a back seat in priority :( I'd welcome a PR for this though! @maxim1006...
We need to update the default role to `dialog`, thanks for capturing this!
At the moment this library is focused on building the components, but I'm sure @rodydavis would love to hear more about this request.
Thanks for the issue! We'll investigate a better solution for z-index in our updated components
It's not possible to use MDC's sass density mixins with MWC. We're actively working on a solution though!
It's planned out, but a few things have slipped behind due to the COVID situation. This should be coming soon though after some theming work.
Density support is slowly being added as components' theming capabilities are being updated. [`` is a good first example](https://github.com/material-components/material-components-web-components/tree/master/packages/switch#css-custom-properties): ```scss @use '@material/mwc-switch'; mwc-switch.dense { @include mwc-switch.theme(mwc-switch.density(-1)); } ``` Generates: ```css...
Thanks for the bug report! Adding to our backlog
Thanks for the bug! We'd welcome a PR to address it