Select always says "Selected"

I have a Select that I made into a code component. Instead of showing the item selected when I select something, it says “Selected”. Do you know why it does this? What are the conditions that cause this?

I also should add that there is an onChange listener to the component and it is reading the proper value from the select. In addition, when I open up the Select, the selected item is highlighted. However, the Select component itself, only says “Selected”.

could you try right-clicking on the “selectedContent” slot for the Select instance, and set “clear slot content”?

Thanks, it’s resolved.