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 9c77a89 + 7534dd6 commit d120f83Copy full SHA for d120f83
js/bootstrap-combobox.js
@@ -97,6 +97,9 @@
97
98
, transferAttributes: function() {
99
this.options.placeholder = this.$source.attr('data-placeholder') || this.options.placeholder
100
+ if(this.options.appendId !== "undefined") {
101
+ this.$element.attr('id', this.$source.attr('id') + this.options.appendId);
102
+ }
103
this.$element.attr('placeholder', this.options.placeholder)
104
this.$target.prop('name', this.$source.prop('name'))
105
this.$target.val(this.$source.val())
0 commit comments