mdl-ext
mdl-ext copied to clipboard
Material Design Lite Ext: Components built with Google Material Design Lite framework. http://leifoolsen.github.io/mdl-ext/
It would be very cool if the `mdlext-selectfield` could somehow account for a `` tag having the `multiple` attribute.
When I try to view the live demo, at this link: http://leifoolsen.github.io/mdl-ext/index.html I get the following error message: 404; There isn't a GitHub Pages site here. Did you remove the...
There are two issues when nesting accordions within each other: 1. Multiple event listeners get assigned to each tab so that inner tabs will fire "toggle" multiple times when clicked....
Hi. Im a just getting into mdl and such things (js, angular etc) and I was looking for an image carousel. The demo you provide is a maximum one with...
Getting great results from the excellent menu button. One problem I haven't figured out is how to set the initial selection. I tried setting aria-selected="true" on the menu item, but...
If you nest one accordion within another, multiple even listeners get assigned to the inner accordions, so events end up firing multiple times. As a result, the first nested accordion...
Things to consider for improvement: - on startup: move menu to document.body. This will fix z-index issues. Can use position absolute instead of fixed, meaning there is no need to...
Create one scss variables file per component
It would be very useful to have a textfield of chips, like angular material o materialize does
The ResizeObserver describes an API for observing changes to Element’s size. ResizeObserver is explained here: https://github.com/WICG/ResizeObserver/blob/master/explainer.md Resize Observer draft: https://wicg.github.io/ResizeObserver/