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.