How to make selections using the Parameter: Using Control Types: Choose & Select

I am working my way through the Parameters (here) documentation so that I can learn how to use each control type.

The only one that I really don’t understand yet is the “Choose & Select” control. For all the all the other options it’s pretty clear how to wire everything up so that changes made in the parameter are also changed on the element.

I understand how to set up my JSON to get the options I want, but even in the example on the doc for changing the tag (h1, h2, h3 etc), there’s no documentation of how to have the parameter actually change the tag.

The one I am working on in particular is a parameter that would change the text transform from lower case to uppercase. How would I get the parameter to wire correctly to that option? But more generally, how would the choose & select option be wired properly in general (like the Tag example in the docs).

Thanks in advance.

Introduced in 6.0.2 we have a mode called “Inspector Breakout” see the docs here. This changes most inputs as text fields. We still need to get this to work with choose and toggles. In the dev tool kit you can also edit element properties.

It’s a good idea to reference this doc elsewhere so thanks for bringing this to our attention. Have a great day!

image

2 Likes

I figured I was missing it, but just couldn’t find the answer searching around. Thank you!

1 Like

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