Dropdown component not reflecting changes.

A dropdown component utilising the Select interactive component stopped reflecting changes.
I thought maybe you made changes on the Select component which could have caused this?

Video: Plasmic Select Dropdown stopped working

perhaps I’m not using the component the right way:

Can you also pass in <Select value={selectedValue}>

Thank you

this works for me:

placeholder={value || selectedValue || 'Select'}
value={selectedValue}