-
I think we should add the ajax loader as a transitive dependency so it doesn't have to be manually included.
-
I need to place quite long strings to MaterlalTableItems but on narrow devices like smartphones it causes the horizontal scrolling, not line wrapping.
Please make the wrapping available at least as o…
-
When a table with a pager has a relatively large number of pages (say 1000) loading takes literally minutes in which time the user interface becomes unresponsive, and the browser (tab or process) pegs…
-
Version 2.5.0:
Because text widgets getLabel() method won't return Label class, the methid getLabel().setTextColor() cannot be used. Please provide a new method setLabelTextColor to set the label c…
-
When Clicking on a round component like icons with wave effect on, the bottom left corner is overflown by the wave. Sometimes this doesn't happen (when width and height is auto and parents have a cert…
-
I am creating a button like follow:
```
final List buttons = new LinkedList();
final MaterialIcon icon = new MaterialIcon();
icon.setIconType(IconType.HOME);
final Ma…
-
Hi ,
If a select a specified tab in my code (selecTab or setIndex) , the rendering is not correct, I have to resize the window a bit to make it work
![image](https://user-images.githubusercontent.c…
-
In my program, I want to provide the ability to dynamically add and remove rows. Data is taken from database by GWT RPC. In AsyncCalback I use the code:
` @Override
public void onSuccess…
-
MaterialIntegerBox (and other types of number boxes) accepts characters in Firefox browser. I'm using the version (52.0.2). The issue almost doesn't occur on Chrome (it only accepts the character 'e' …
-
A feature request / request for comment:
I've picked up using Vecty as a great way of avoiding having to think about Javascript or write HTML directly.. However to use it still requires a large amo…