Frank Wynants

Results 12 issues of Frank Wynants

This is a fix for https://github.com/DominoKit/domino-ui/issues/674

**Is your feature request related to a problem? Please describe.** People should be only allowed to pick certain dates in a datebox/datepicker. For example - Only mondays and tuesdays -...

**Is your feature request related to a problem? Please describe.** When you create a Stepper with for example 15 steps. The upper bar containing the steps will wrap all these...

![ui-demo](https://user-images.githubusercontent.com/4488423/73182895-2c839f00-411a-11ea-9803-e0050c859328.gif) **Describe the bug** The popup of a Select doesn't take Window resizing into account **To Reproduce** Steps to reproduce the behavior: 1. Go to https://demo.dominokit.org/forms/form-sample?theme=indigo 2. Open a Select...

bug

**Is your feature request related to a problem? Please describe.** When scrolling down in the sidemenu, the search fields scrolls away. **Describe the solution you'd like** The search field should...

Currently the plugin always copies gwt-servlet.jar to your WEB-INF/lib directory. But this jar file is only needed if you are working with servlets which we don't. So it would be...

Currently it is only possible to create an absolute path to the GWT installation. This is causing problems because some of our developers have macs, and others have windows pc's....

Currently you can write code like ``` // @Path("callinsickwithattachments") // @Consumes(MediaType.MULTIPART_FORM_DATA) // @POST SickNoteResponse submitSickNoteWithAttachments(@FormParam("sicknote") SickNote sickNote, @FormParam("attachment") byte[] file); ``` This will give you the possibility to upload 1...

Currently in the interceptor you can get the json using repsonse.getBodyAsString. It should be possible to - either : modify the json, and inject it back into 'the system'. So...