Hi, I noticed that in FF onChange event is triggered before v-model variable is updated. In all other browsers variable is updated first. Here is an example: http://jsfiddle.net/aDhEr/ When you select new value in select element, text below will be updated to selected value. But in FF it is equal to last selected value.