Vue-select: Error Invalid prop: type check failed for prop "onChange". Expected Function, got String.

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

<v-select :value="selectSelected" :options="selectOptions" :searchable="false" on-change="consoleCallback" placeholder="Sort by ..."> </v-select>

duplicate

Most helpful comment

Typo still not fixed in docs @sagalbot

All 8 comments

You're missing the semi colon for :on-change. There's a typo in the docs there that I need to fix.

Typo still not fixed in docs @sagalbot

@joshua1 yeah, it's on my list. I'm in the process of converting the docs to markdown so they're easier to contribute to.

got here because of the typo as well 馃槃

How hard could it be to fix it....

How hard could it be to fix it....

@VSG24 @wushaobo - harder than you'd think. I started overhauling the docs so that they'd be easier for people to contribute to, and the build process for it is in limbo. I will soon have scheduled time to work on the repository, won't be long now.

@sagalbot Thank you for addressing this issue and all the hard work involved with the maintenance of this plugin.

Are you looking for contributors?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rafalolszewski94 picture rafalolszewski94  路  3Comments

NexoraSolutions picture NexoraSolutions  路  3Comments

ducdev picture ducdev  路  3Comments

gilles6 picture gilles6  路  3Comments

theseawolves picture theseawolves  路  4Comments