My current set up is quite straightforward - a header with a logo aligned to the left using display: flex
, and a react-select
component positioned to the right.
https://i.sstatic.net/yywzD.png
However, it appears that the react-select
element doesn't expand to accommodate its value. Despite experimenting with various options, I haven't been able to find a solution yet. Does anyone have any ideas?