Mark Kevin Baldemor

Results 125 comments of Mark Kevin Baldemor

I can reproduce now the issue with 2.0

Checked deeply and the culprit is the ``` stopProgration() ``` https://github.com/GwtMaterialDesign/gwt-material/blob/master/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialDropDown.java#L178

We need to wait for Materialize that will support Nested / Multiple MaterialDropdown for the moment. Right now what we have is a preconfigured options provided by MenuBar which doesn't...

You're code is correct. Can you show me your ``` module.gwt.xml ``` on how you import the GMD Modules.

OK so you need to import ```xml instead of ``` because displayEffect needs JQuery

Can you send me a screenshot? If you want to have a navigation items on Navbar then you might consider using MaterialDropdown inside MaterialNavBar

This could be added on 2.3

Just tested your usecase, with multiple datepicker that sets each language but can't reproduce on my all the datepickers are opening well. What version of GMD did you used?