JedWatson / react-select

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

When using isMulti={true} with grouped options, opening menu position opens partially scrolled instead of at top #5660

Open travisanderson opened 1 year ago

travisanderson commented 1 year ago

I have multiple option groups with a select in multi mode, and regardless of whether anything has already been selected or not, when the menu opens, it auto positions somewhere near the middle/bottom, and not at the top...so the options at the top are missed.

How can I default the menu to open at the top, starting with the first group? I've searched, tested and tried to solve this for hours, and it does not seem like this is possible...

Opening near the bottom instead of the top, is not the expected behavior.

Appreciate this great plugin, but could really use some help on this issue.