Multi select for Choose Parameter

I found a couple threads from last year that mentioned a fix for multi-select choose parameter would be coming soon, however it still doesn’t seem to be working . Any word on this? Like these threads I need a Hide During Breakpoint parameter:

Checking in on this

Hey @Travis_Holman,

We will bump our issue tracker and get updates from our Developer. So far, this does seem not to be working on my local test server:

{
  "hide" : {
    "type" : "choose",
    "label" : "Hide",
    "initial" : "h1",
    "multiple" : "true",
    "delimiter" : ", ",
    "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" : "" }
    ]
  }
}

Cheers.

Thanks, this is what I have tried and it gives me a selector that appears the same as the normal hide on breakpoint field, however it does not allow for multiple selections. See screen capture:https://new-unknown.com/wp-content/uploads/2024/05/Screen-Recording-2024-05-29-at-9.36.34 PM.mov

Multiple for the parameter choose isn’t setup. There’s some issues around having array values in the parameter system. We’ll probably finish this in the Pro 6.5 release cycle. Have a great day.

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