You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just figured that once you saved the form and loaded again, the fields get lost from the ui. That's because the checkbox group does not have the Type dropdown with the subtype. I'm looking to see if that's possible to add it, that way the declared subtype is still in the element once saved/loaded.
However because this control does not show a subtype attribute in the stage (guess is because controls.registeredSubtypes does not return subtypes defined in opts.subtypes) the value is lost when saving the formdata
Originally posted by @parrainc in #1168 (comment)
A checkbox-group/radio can be added with a subtype defined. This allows subtype userAttributes to be applied:
However because this control does not show a subtype attribute in the stage (guess is because controls.registeredSubtypes does not return subtypes defined in opts.subtypes) the value is lost when saving the formdata
Thoughts so far:
The text was updated successfully, but these errors were encountered: