Multi-select label options hidden when using dynamic toggle for Hide label

  • Goal:

Continue to see and set options for the multi-select component's label when using the dynamic/programmatic toggle for the Hide label setting.

  • Steps:
  1. Click the component's label to view its setting inspector (right pane)
  2. Click the "FX" option
  3. Add a dynamic value (e.g. {{hideLabel.value}})
  4. Notice that, even if that value evaluates to false, all the options, such as alignment, are hidden.
  • Screenshots:

Baseline view with the options in question spotlighted:
Screenshot 2024-09-11 at 5.10.15 PM

Tooltip for adding a dynamic value:
Screenshot 2024-09-11 at 5.07.43 PM

Adding the dynamic variable value automatically hides all the label options, regardless of its evaluation:
Screenshot 2024-09-11 at 4.58.59 PM

Showing the evaluation as mentioned above:
Screenshot 2024-09-11 at 4.58.16 PM

  • App json export: (here's how to get a json export)
    I'll add one if truly necessary but I figure this is easily reproducible :slight_smile:

And admittedly this is sorta minor, but it was confusing for a bit when I went in looking for the options to fine-tune alignment, width, etc. — I had to cut/clear the dynamic option's value to see and adjust the options, then re-paste it in. Definitely a chance for copy/paste error or such mistakes when performing this workaround.

1 Like

:thinking: Interesting - it's definitely reproducing on my side. I'll follow up when this is fixed

1 Like