We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6779ede + d089ad9 commit 7f4724dCopy full SHA for 7f4724d
js/bootstrap-combobox.js
@@ -98,8 +98,8 @@
98
, select: function () {
99
var val = this.$menu.find('.active').attr('data-value');
100
this.$element.val(this.updater(val)).trigger('change');
101
- this.$source.val(this.map[val]).trigger('change');
102
this.$target.val(this.map[val]).trigger('change');
+ this.$source.val(this.map[val]).trigger('change');
103
this.$container.addClass('combobox-selected');
104
this.selected = true;
105
return this.hide();
0 commit comments