Mark Kevin Baldemor

Results 125 comments of Mark Kevin Baldemor

Please refer to this example https://github.com/GwtMaterialDesign/gwt-material-patterns/blob/master/src/main/java/com/github/gwtmaterialdesign/client/application/navbartabspush/TabPushNavBarView.java#L48

Ok will drill into the issue deeply.

Ok we need to discuss this with out team, as always you can do overriding the css style sheet if you want. Maybe we could put this onhold then after...

As I remember we have implemented this to addins (We call it MaterialPopupMenu - See [here](https://github.com/GwtMaterialDesign/gwt-material-addins/blob/master/src/main/java/gwt/material/design/addins/client/popupmenu/MaterialPopupMenu.java). YOu can call setPopupPosition(int popupX, int popupY) to specify the position of the popup...

I think I used the native `context-menu` event from Javascript and JInterop it. You can DIY it using this link https://stackoverflow.com/questions/36307167/using-jquery-how-to-get-right-click-coordinates-on-the-target-element and wrap those methods to JSInterop.

As of now we don't have plans into it.

@gilberto-torrezan I agree because we want to easily handle our resources that's why we put it internally to the project resource

This is a good feature to have will update it On Wed, May 5, 2021, 4:30 PM AndreiF, ***@***.***> wrote: > Version 2.5.0: > > Because text widgets getLabel() method...

Ok I have provided a way to get the Label widget from MaterialValueBoxes thru `valueBox.getFieldLabel()`

This is related to Materialize issue - https://github.com/Dogfalo/materialize/issues/1031