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
Found the solution: Use @input instead of @change. This issue can be closed
Most helpful comment
Found the solution: Use @input instead of @change. This issue can be closed