Vue-select: Unable to trigger @change or @selected in vue-select

Created on 9 Apr 2018  路  1Comment  路  Source: sagalbot/vue-select

I have the following scenario: I am using a b-table (Boostrap Vue) with a row using v-select:

When I change the change value in the Vue-Select it is not triggered nor does @select. I have tried @change, v-on:change, @select and v-on:select. Please advise if there is something missing

Most helpful comment

Found the solution: Use @input instead of @change. This issue can be closed

>All comments

Found the solution: Use @input instead of @change. This issue can be closed

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lau-a picture lau-a  路  3Comments

fabianmieller picture fabianmieller  路  3Comments

threeaccents picture threeaccents  路  3Comments

jluterek picture jluterek  路  3Comments

FrozenIce0617 picture FrozenIce0617  路  3Comments