How to Fix width of the react select search box

99 Views Asked by At

I have tried almost all answers but that is not working to get the width of react select fix sized. It keeps on increasing as soon as I select options. Can anyone please help me to solve this problem. I need to show max two options selected in one line. The react-select version I am using is 5.4.0

Screenshot 1

Screenshot 2

1

There are 1 best solutions below

0
On

Try adding a max-width property to the select tag. It will extend until it reached that amount specified in the max-width.