gwt-material-addins icon indicating copy to clipboard operation
gwt-material-addins copied to clipboard

Custom Components for gwt-material.

Results 76 gwt-material-addins issues
Sort by recently updated
recently updated
newest added

If a file is loaded two times, in second time the event is not call. It occurs when the file is loaded by click event (hiddenFileInput). In second time the...

external library bug

I have created a custom subclass in my own code, which uses doubleclick for open/close and single click for selection. Maybe this is something you want to implement in the...

enhancement
discussion

For discussion and consideration for 3.x: - The getter and setter for setting the acceptable values are `getValues` and `setAcceptableValues`. - The getter and setter for setting multiple selected values...

discussion

Hi, After adding around 1000 items to the MaterialTree the Browser gets awfully slow almost blocked. I have to layers. Top layer is A-Z and seconde layer is text starting...

discussion
optimization

Currently we can only have `AVATAR` for an icon and `CHECKBOX` on `MaterialCollectionItem`. ``` java public enum CollectionType implements CssType { AVATAR("avatar"), CHECKBOX("checkbox"); // .. } ``` Would it be...

enhancement

Would it be possible to add something like `` that displays also a _delete_ or _clear_ button in order to remove the time from inside the time picker?

enhancement