Excellent components! Many of its added funcionality I added manually in my apps. But today all my apps used the framework Vaadin on Kotlin https://www.vaadinonkotlin.eu which saves me a lot of code.
Do you think it is possible to use SuperFields inside the VoK (Vaadin on Kotlinn)?
The short answer is: I have no idea. The add-on itself does not use any magic, perhaps the only exception being SuperDateTimeField, which relies on reflection. Everything else is Java (and some marginal JS), so in theory it all should work, though I have no idea how.
Next time I see Martin (the creator of VoK) I will ask him if there is anything I could do to make sure SuperFields work. Thanks for the tip :)
Excellent, meanwhile I will try to include some of your componentes in VoK. If they are pure Java I don“t see why it will not work. VoK is a DSL so adding grammar to the VoK DSL will not be a problem.