Skip to content

Commit

Permalink
fix select2 e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 19, 2016
1 parent ccd8d58 commit 1fe9ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/select2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
watch: {
value: function (value) {
// update value
$(this.$el).select2('val', value)
$(this.$el).val(value).trigger('change')
},
options: function (options) {
// update options
Expand Down

0 comments on commit 1fe9ba6

Please sign in to comment.