Display custom formatting in selected value of select control

I’m looking at the templating option for the select control, as per this documentation:

I love the ability to add images and other formatting in the options, but this formatting is only visible when you open the select. It doesn’t show after you’ve selected a value. Is it possible to also show formatting on the selected value?

Hi @Vincent_Wansink,

It can be done with custom implementation, for example by creating a custom element and updating the image as the selected item changes.