JedWatson / react-select

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

Content goes out of background when typing long string #5793

Open osadiki opened 11 months ago

osadiki commented 11 months ago

image

osadiki commented 11 months ago

Edit: solved

for anyone having the same issue, i have created a custom option with a parent div with the following tailwind classes:

className='...your-classes min-w-full w-fit'

this should solve the issue

mikson60 commented 11 months ago

Edit: solved

for anyone having the same issue, i have created a custom option with a parent div with the following tailwind classes:

className='...your-classes min-w-full w-fit'

this should solve the issue

Thanks! This almost worked for me. I had to remove "w-fit".