vue-select
vue-select copied to clipboard
Add new slot as container of options
Is your feature request related to a problem? Please describe. I need to implement Vue perfect scrollbar in the dropdown of vue-select, but it currently doesn't support slot which would behave as container of all slots.
Describe the solution you'd like Add new slot as container all options
Yes, currently it is not possible to wrap the list of options into any other container via slot. But we need it for use of vue-perfect-scrollbar, for example.
So we need this code
<ul ref="dropdownMenu"
transformed into slot or wrapped into it
@sagalbot Any chance this will get released anytime soon? Everything about the library has been great, but this is the last crucial bit that I need to fully migrate
Bumping this again
You can find a workaround for this issue here