I have a multiselect (jquery wrapper) and I need to query when the multiselect value changes, so I bind with v-on:change, but the new value isn't there in the v-model. If I select another item the state shows me the previous selection, it's like it's always 1 step behind?