DNWEIJ

Results 9 issues of DNWEIJ

enhancment for the examples: https://intercoolerjs.org/examples/inlinevalidation.html Please add wich version of boostrap is used (probably applies to all examples). Bootstrap v4.1.0 is working with `is-valid` and `is-invalid` and therefore the example...

given the example: ``` final private MockUnit childGenerator = reflect(Child.class) .field("id", UUID.fromString(uuids().get())) .useDefaults(true); final private MockUnit parentGenerator = reflect(Parent.class) .field("id", UUID.fromString(uuids().get())) .field("child", childGenerator.list(2)) .useDefaults(true); ```` This will result in a...

I could not find a list of available plugins and searching didn't return a lot.... Could someone point me to that, if there is a list? thnks in advance...

It is not clear what now actually the remove is doing for annotations. The title state https://www.tiny.cloud/docs/advanced/annotations/#deletinganannotation But deleting an annotation isn't clear, since there isn't a good seperation about...

bug

Hello, I have a input field and a list. the input field contains script. When the input field is changed, the list will shift the selected class to the next...

changed lib to tinymce5 changed the two ice pugins no changed to ice code added icons since only svg are supported in 5 It seems there is an issue with...

features: support spring framework 6 spring boot 3 remove guava in favor of plain java bump all version within pom. change readme to show how to use within spring boot...

The textarea component is not workable as i cannot find any way of sizing it. If i place it in a dialog, there is no way to resize the textarea...

component: ui

When an checkbox is used without role, the tooltip is displayed correctly. When the checkbox has a role="switch" added it doesn't show the tooltip. Instead there is a small circle,...