I tried the solution below, in theory it works, but react returns this: Warning: Use the defaultValue
or value
props on instead of setting selected
on .
<Select>
<OptionPlaceholder selected disabled>
Escolha uma opção...
</OptionPlaceholder>
</Select>
The purpose is only to remove this warning, but any other solution that ive tryied dont get me the expecting result