OpenContent icon indicating copy to clipboard operation
OpenContent copied to clipboard

Support for Multi select when using the Satrabel.DnnUsers data source

Open Timo-Breumelhof opened this issue 1 year ago • 0 comments

I have this (profile) field defined:

"Options": {
          "title": "My Options",
          "type": "array",
          "enum": [
            "option 1",
            "option 2",
            "option 3",
            "option 4"
          ],
		  "default": ""
        }

"Options": {
          "dependencies": {},
          "type": "checkboxlist",
          "optionLabels": [
                                    ...
                                 ]
                   }

When I save this the profile field contains this:

[ "option 1", "option 2"]

But when I open the user in OC, all checkboxes are filled

Timo-Breumelhof avatar Feb 12 '24 11:02 Timo-Breumelhof