It would be great if every part of the component was fully customizable. I'd love to be able to replace multiselect__select, multiselect__spinner, and multiselect__select elements with a custom HTML.
Might come in a later release. If you want to customize every part of the multiselect I guess you would be better just extending the component with your own custom template and styling
Already implemented. Available slots:
carrettagloadingbeforeListmaxElementsoptionnoResultafterListThanks a lot!
@shentao not have example for implement noResult slot? i cant implement it
*UPD
<template slot="noResult" scope="props">
<span class="multiselect__option">{{$t('no_elements_found')}}</span>
</template>
Got it!) Nice!
Most helpful comment
Already implemented. Available slots:
carrettagloadingbeforeListmaxElementsoptionnoResultafterList