Vue-select: Falsey Values break `index` prop

Created on 29 Mar 2019  路  4Comments  路  Source: sagalbot/vue-select

v2.6.3

Falsey index values do not display the proper label when selected:

image

<v-select index="value" :options="options" v-model="selected"></v-select>

Repro: https://codepen.io/sagalbot/pen/PLMOgo


Related #705

bug

All 4 comments

Same problem is in 3.x. Still not fixed.

3.1.0 version codepen: https://codepen.io/anon/pen/zQqMeG

Thanks for reporting @ipa1981! Two bug fixes for reduce coming in 3.1.1.

@sagalbot No problem. Any plans to release 3.1.1 soon?

fixed. check PR.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jluterek picture jluterek  路  3Comments

FrancescoMussi picture FrancescoMussi  路  3Comments

rudykaze picture rudykaze  路  3Comments

theseawolves picture theseawolves  路  4Comments

edalzell picture edalzell  路  3Comments