shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.65k stars 989 forks source link

Outer combobox container is not stylable #1739

Closed kokorevdev closed 6 months ago

kokorevdev commented 6 months ago

There seems to be no functionality (or documentation) on styling the outer container of the combobox (the box with the .multiselect class). The apperance of all inner components such as tags, options, placeholder text etc. can be altered via slots or changing the CSS. However, the outer component itself (in particular, border radius, background color) seem to be missing any styling options.

Please correct me if I'm wrong on this or if this feature is just not documented.

mattelen commented 6 months ago

The outer components can be changed by adding in your own CSS in your app, and by targeting the classes used in the component. You can check out the full CSS styling here: https://github.com/shentao/vue-multiselect/blob/next/dist/vue-multiselect.css