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.33k forks source link

Using v-select in a table (td tag) #1697

Closed CG-root closed 1 year ago

CG-root commented 1 year ago

While using v-select in table (td tag), the dropdown partially displayed.

image

Is there a way to make the dropdown list fully appear without taking into consideration the table row height.

Thanks!

ClearGateTest commented 1 year ago

I updated vue-select to its latest version and used the option appendToBody. This helped me.