sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.34k forks source link

Dropdown options getting covered when positioned at bottom of page #1539

Open akamai-dev1 opened 2 years ago

akamai-dev1 commented 2 years ago

Hello,

This issue would occur when the dropdown is positioned at the bottom of the browser plese see the snapsho below: image The dropdown for the Type is at the bottom of the page there are still other options that can be selected but cannot access them because they are covered. Please help

Papooch commented 2 years ago

This is a common problem to all select boxes (save for the default one). You can provide your own function to calculate the position yourself: https://vue-select.org/api/props.html#calculateposition

Would be nice if it was built in though.