diff --git a/src/jquery.selectionBox.js b/src/jquery.selectionBox.js index ae6f4e3..d6a358b 100644 --- a/src/jquery.selectionBox.js +++ b/src/jquery.selectionBox.js @@ -86,7 +86,7 @@ selectOption: function(i) { this.$el.children().eq(i).attr('selected', true); - this.$el.trigger('change'); + this.$el.val(this.$el.children().eq(i).text()).trigger('change'); }, showList: function() {