-
public MaterialCheckBox(SafeHtml label) {
super(label);
}
When this constructor is called. It is rendering SafeHtml as text. A workaround for this is to use the constructor.
…
-
```
Following Appendix A > General Tools:
1. Installing springIDE from http://springide.org/updatesite/ as mentioned
in appendix A, throws
"Cannot find a solution satisfying the following requireme…
-
Hey. Did You consider to add library like this: http://fullcalendar.io/?
-
```
Following Appendix A > General Tools:
1. Installing springIDE from http://springide.org/updatesite/ as mentioned
in appendix A, throws
"Cannot find a solution satisfying the following requireme…
-
when I add waves in my UI xml Material button it does not work when I run my app and it destroys some of my UI element. It throws undefined error in browser console. It only works when I declare it in…
-
Hi, i am trying to use the Material Design add-ins FileUploader and i faced some limitation when trying to add some headers to the file upload request, and those header are security headers that i can…
-
Try uploading file > 20MB in http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/#fileuploader
You will see javascript error: Cannot read property 'status' of undefined
Also no maxfile…
-
I would like to use the MaterialAnimation class to handle some custom animations but MaterialAnimation depends on the Transition enum. Since enums cannot be extended I can't find a way to get my anima…
-
Not even the demo page's dropdown working in mobile devices.
I am using chrome developer tool to see how it is working in mobile. selecting item does not send any event.
-
touchsplitter.js throws standard `dragstart` *non-standard* `dragstop` event every time its splitters are dragged around. Since `dragstart` is standard event, there are already support for event handl…