JedWatson / react-select

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

how to avoid this select expand while selecting multiple options #5924

Open Kranthi32 opened 2 weeks ago

Kranthi32 commented 2 weeks ago

Dear Team, this is my example https://codesandbox.io/p/sandbox/react-select-dropdown-tutorial-using-react-select-forked-gpm8yt

here if i select multiple options dropdown select portion is expanding. instead of expanding the select show count of selected options end of the input and how to show selected options with some highlighting color.

and can you please how to add tolltip for this.

image