Select component

hello everyone, how do I when I select an item from the list, show me the state abbreviation in a text box.

example in image

  • Just make sure your select has the abbreviations set as values
  • Then simply bind the value from the select into your text box or even just as plain text on the page

Not at my computer at the moment to give you screenshots, but it is really simple.

If the state abbreviation is stored in the select1 as VALUE field then In the dynamic attributes of text1, set the value of text1 Title to select1.selectedValue

you are spectacular…
thank you very much :handshake: :raised_hands: :pray:

Can I use this same logic with the tagfy component?

Probably. Try it.