How-to multi-select parameter options of “choose” type

Hi,

i found this thread: How-to multi-select parameter options of “choose” type and tried following:

{
“hide” : {
“type” : “choose”,
“label” : “Hide”,
“initial” : “h1”,
“multiple” : “true”,
“options” : [
{ “value” : “x-hide-xs”, “icon”: “ui:size-xs”, “label” : “” },
{ “value” : “x-hide-sm”, “icon”: “ui:size-sm”, “label” : “” },
{ “value” : “x-hide-md”, “icon”: “ui:size-md”, “label” : “” },
{ “value” : “x-hide-lg”, “icon”: “ui:size-lg”, “label” : “” },
{ “value” : “x-hide-xl”, “icon”: “ui:size-xl”, “label” : “” }
]
}
}

with the “multiple” : “true”.

But it won’t work.

Best
Tobi

1 Like

This unfortunately hasn’t made it into the main release yet. I ran into some issues with the control. But we plan on going through parameters and components again after 6.3.0 and fix some limitations we currently have. Have a great day.

@charlie Thanks for the info :+1:t2:

Hi @rok1975,

You are most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.