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

I didn't knew if for some reason the close() in the onLoad Method was required, so I changed it to setVisible false instestead of removing it.

I'm implementing a dynamic ContextMenu which I try to remove from the DOM when the Menu is closed. Therefor I'm using the CloseEvent, but this event is triggered when I...

I’m trying to update my project (now in production) from GWT 2.8.2 GMD 2.3.0 to GWT 2.9.0 GMD 2.4.1. At the very beginning of the application, maybe when it try...

Hi, upgrading to GWT 2.9.0 and GMD 2.4.1 something goes bad with the MaterialWindow for my project. With previous version, 2.8.2-2.3.0, in the constructor of MaterialWindow the UI was created...

Added LeafValueEditor interface to MaterialTimePicker to integrate with the Editor structures and fixed the setOrientation function.

Support Accessibility for the following addins: - [ ] Autocomplete - [ ] Carousel Actions - [ ] ComboBox - [ ] FileUploader - [ ] Icon Morph - [...

Since [`MaterialAutoComplete.loadHandlers()`](https://github.com/GwtMaterialDesign/gwt-material-addins/blob/ac9836df8f4760463379def8081d6021fe680e38/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java#L234) expect handlers to be `null` to (re)register them, `null`-ify them when unregistering or they won't be re-registered (for example, after invoking [`setup(SuggestOracle)`](https://github.com/GwtMaterialDesign/gwt-material-addins/blob/ac9836df8f4760463379def8081d6021fe680e38/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java#L318).

Hi, MaterialFileUpload works if the upload servlet returns a response of type "application/text". If the server returns "application/json", the response is ignored and body is never set. Looking at the...

I tried to make an CutOut on a Widget inside a Table (inside a Collapsible) and the CutOut did not appear. After Debugging I found that the CutOut had a...

There was a problem with timepicker in hour24 mode: It always did default to now() - isValidTime failed in timepicker.js This is now solved. And you can setStartTime(date) or setStartTime(string)...