From 1fe9ba61d7f0688398f445484446f48fd13c7a84 Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 19 Sep 2016 12:35:07 -0400 Subject: [PATCH] fix select2 e2e test --- examples/select2/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/select2/index.html b/examples/select2/index.html index de7b99f2..f625c8a5 100644 --- a/examples/select2/index.html +++ b/examples/select2/index.html @@ -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