JedWatson / react-select

The Select Component for React.js
https://react-select.com/
MIT License
27.63k stars 4.13k forks source link

When value is an object with properties, it doesn't get selected in menu list. #5639

Open adrianhm13 opened 1 year ago

adrianhm13 commented 1 year ago

Hello, I've tried to use the value as an object with multiple properties but when I select it from the Menu list I don't see that the CSS its being applied correctly.

Codesandbox to check: https://codesandbox.io/s/react-select-object-as-value-4547j?file=/src/App.js