KrailOrg / krail

Rapid web app framework using Vaadin 8 integrated with Guice and Shiro
50 stars 19 forks source link

Remove need for Kotlin delegates for Single and Multi Select #725

Closed davidsowerby closed 6 years ago

davidsowerby commented 6 years ago

Delegates cause an issue during Serialization. Equivalent functionality should be possible using PropertyConfiguration settings, and possibly Converters