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

Hey. Did You consider to add library like this: http://fullcalendar.io/?

new feature

When you set `fileUploader.setMaxFiles(2);` and you have set up a maxFilesReachHandler: `fileUploader.addMaxFilesReachHandler(event -> {MessageUtils.showMessage("too many files");});` Then you try to upload 3 files, you will never see the message. Reason:...

I just realized addKeyUpHandler is not working when MaterialComboBox is configures do single selection (multiple=false). It works perfectly fine when multiple is true tho.

> MaterialOverlay has a constructor that allows you to set the opacity, However, the open([...]) functions all end up setting the opacity to 1. I would like to be able...

bug

> Hi, > this code make problems, second row style is broken : > > ` > > description="Filled text fields carry more visual emphasis, making them stand out when...

bug

I use Carrousel with card in slide , I force this the configuration below, for example centerMode is not taken into account. ` ongoingContainer = new MaterialCarousel(); ongoingContainer.setCenterMode(false); ongoingContainer.setAutoplay(false); ongoingContainer.setVariableWidth(true);...

bug

Hi guys. I have already reported my problem on Gitter I have a MaterialAutoComplete like this xmlns:ma="urn:import:gwt.material.design.addins.client" ... It works fine... When I tap some characters, a list appears: ![image](https://user-images.githubusercontent.com/5759350/39170971-af10c1d2-479d-11e8-8adf-7f1b5355405b.png)...

question

![image](https://user-images.githubusercontent.com/39285900/41402637-696188a8-6ff5-11e8-88fc-9afbf8377f13.png) Go to https://gwtmaterialdesign.github.io/gwt-material-demo/2.1/?locale=en#masonry under Card Support

bug
external library bug
high
Firefox39+
Safari9+

Below is the expected look and feel of the said update: ![combobox-redesign](https://cloud.githubusercontent.com/assets/3138071/24494416/bfe443e2-1564-11e7-9c36-9672ecdb9b81.gif)

enhancement