Hello Guys, having a small problem with custom components with forms in zones and while looking at the build-in components it occurs to me that quite a few of them use the Formsupport.store to restore some state to the component, presumably when the form submits. Unfortunately, I haven't quite figured out what it does exactly because the Javadoc is a little scarce.
However, it occurred to me that this pattern is quite "wordy" and that maybe it would be possible to replace it with a persistence strategy ("FORM"). I'd appreciate it if anyone could provide input on whether I'm on the right track with this. Kind Regards, Wulf