Select showing placeholder not initial value

Hi, I’ve setup this select input and it is showing the placeholder instead of the initial value. Out of the box do I need to add conditions to hide the placeholder or something? I was under the impression the component did that for me.

In the picture below you can see what should be showing as an initial value, it says its correct but the component will not display it.

Hi,
what are your options? The initial value need to be equal to the value of one of your options, not the label

Hi, thanks that fixed it!