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

Auto resize on select change #1647

Open cloudsolace opened 2 years ago

cloudsolace commented 2 years ago

Is your feature request related to a problem? Please describe. There are multiple cases where select components need to have variable width

Describe the solution you'd like Add :auto-resize="true" which will resize the select component based on the option selected