Multiselect option for "choose" param?

Hi guys, I would like to be able to select more than one option in my “choose” parameter.

Below is the JSON:

{
“breakpoints” : {
“type” : “choose”,
“label” : “Break Points”,
“initial” : “”,
“options” : [
{ “value” : “lg”, “label” : “lg” },
{ “value” : “md”, “label” : “md” },
{ “value” : “sm”, “label” : “sm” },
{ “value” : “xl”, “label” : “xl” },
{ “value” : “xs”, “label” : “xs” }
]
}
}

Is there such a thing as a “multiselect” : “true” ?

Hey Ignacio,

Thanks for writing in! Regretfully this isn’t an option at the moment. We will be adding this as a feature request.

Please bear with us.

1 Like

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