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

rafalolszewski94 picture rafalolszewski94  路  3Comments

gilles6 picture gilles6  路  3Comments

lau-a picture lau-a  路  3Comments

fabianmieller picture fabianmieller  路  3Comments

twz915 picture twz915  路  3Comments