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” ?