Vue-select: Error with onChange

Created on 8 Mar 2017  路  6Comments  路  Source: sagalbot/vue-select

Tried to replicate the onChange as per the docs but get an error, illustrated in this jsbin. Not sure if I'm doing something wrong per implementation or if its a bug in the module.

http://jsbin.com/lohejec/edit?html,js,output

support

Most helpful comment

Typo is still in the docs

All 6 comments

You're just missing the colon in front of on-change:

<v-select :on-change="consoleCallback" :options="['foo','bar','baz']"></v-select>

There's a typo in the docs there. Will update asap, thanks!

Typo is still in the docs

The doc remain show on-change, angry

The typo is still in there.

^

Typo still in the doc.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xuwenhao picture xuwenhao  路  3Comments

jluterek picture jluterek  路  3Comments

davidalvarezr picture davidalvarezr  路  3Comments

rudykaze picture rudykaze  路  3Comments

lau-a picture lau-a  路  3Comments