Jonathan Garbee
Jonathan Garbee
`justify-content: center` on the `mdl-grid` element. Looks like we need to do some work with centering and the grid...
The data table isn't responsive as there are no MD specs for how to handle tables on small screens. Inherently, tables are not responsive. You'd need to handle making them...
Material Design Lite is no longer being maintained. Please consider a move to the direct successor, [Material Components for Web](https://material.io/develop/web).
For MDL, no dark theme. MCW got it as that was a part of MDL 2.x efforts that evolved into MCW.
Applying a dark theme is very involved. There isn't some straightforward way to "just do it" (otherwise, we would have.) Best thing you can do is target what is needed...
This issue should be filed on the [MCW repo](https://github.com/material-components/material-components-web). MDL evolved into MCW and now another team is maintaining that independently. It no longer has any relation to this repo's...
Making images responsive is something developers need to do on their own. We don't provide anything to have that as exactly how you may want to do it will vary...
Materialize is a framework. MDL (and Material Components for Web) are intended to be a *library* of individual components you can consume and put together to make a whole. We...
Applying only under focus would then mean it _always_ would only show when focused. This is certainly not desirable since you need to be able to display invalid input at...
The current behavior is exactly what browsers provide by default. Which is why we should emulate it imo. There is discussion going on of an intermediate pseudo state to address...