When using the option slot:
[Vue warn]: slot v-bind without argument expects an Object since the temporary option is a string {0:'a',1:'b' ... }<template slot="option" slot-scope="props">
<span class="option-label">{{props.value}}</span>
<span class="fa" v-bind:class="'fa-'+props.source"></span>
</template>
BTW: The object could also have something to detect when we are displaying a temporary value.
Makes sense. Can you PR your fix? Thanks!
I'm having this issue as well, how is the PR going?
Thanks
@phattarachai merged - new release will be published this week.
@sagalbot am I blind? I cant find the release with this fix
Please publish a release. This fix is very important when working with tags and needs to use template to customize.
@sagalbot I am experiencing this issue, too. I cannot find the proposed fix.
I built the package with the latest changes as of today. You can install it using this command:
npm install git+https://[email protected]/sebastianbk/vue-select.git
Any updates on this?
Added in 2.5.0.