Mark Kevin Baldemor

Results 125 comments of Mark Kevin Baldemor

We could make this as feature request to support MaterialSideNavMini with MaterialCollapsible this could also be glued to https://github.com/GwtMaterialDesign/gwt-material/issues/913

Yeah youre right, we could add a flag to collapsible module, maybe a displayType or something that could force it to be a standard one or a sidenav nested collapsible,

We could potentially have: collapsible#setDisplayType(DEFAULT, SIDENAV). Or we could do an automatic setup for collapsible. For all collapsible that resides on MaterialSideNavContent should do the standard / default behaviour If...

Can't reproduce this on gmd 2.2-snapshot, can you please send a sample code to reproduce this.

Im not sure how ivy pulled snapshots

Here is the correct one https://oss.sonatype.org/content/repositories/snapshots/com/github/gwtmaterialdesign/ for snapshots

Try to check our workaround in the demo app, this is because we don't implement yet the ResizeObserver or MutationObserver (JQuery) to listen to any of element's parent . Just...