Mark Kevin Baldemor

Results 125 comments of Mark Kevin Baldemor

Thanks for the suggestion, we will add this on 2.1

Currently tooltips are not well supported on select boxes because Materialize as it's own way to render it's items. Alternatively you can use MaterialDropdown and each link elements you can...

These are predefined in Materialize.css file I think we have a module to not just include these files instead. Use `GwtMaterialDesignBasic.gwt.xml` or `GwtMaterialDesignWithJQuery.gwt.xml` if you want just to load the...

Hi there, You can submit PR I think then we can test it or we can patch this change. Thanks, GMD Team On Mon, Sep 13, 2021 at 9:14 PM...

Hi there I searched on `caniuse.com` http://caniuse.com/#search=flex. It seems that safari supports flex box only on version 9.4 above.

You can play with the icons and links by changing its `layoutPosition` I think the Link must be RELATIVE and the icons are absolute. And by changing the icon's position...

Hi @javafh, can you share with us a sample code where in you created your tabs. As per the testing , the junit passed with this usecase and also upon...

@vegegoku We have implemented JSinterop which is a core feature also on 3.0 , also We have an Errai support for gwt-material which doesnt require UiBinder. Our last goal is...

Will revalidate this and will patch on GMD 2.3

The `backgroundColor` property param is enum but I think there's a benefit of using string too but Im not sure how we handle both enum and string in the UiBinder....