diff --git a/js/bootstrap-combobox.js b/js/bootstrap-combobox.js index 70725b1..3e59797 100755 --- a/js/bootstrap-combobox.js +++ b/js/bootstrap-combobox.js @@ -105,6 +105,7 @@ this.$target.val(this.$source.val()) this.$source.removeAttr('name') // Remove from source otherwise form will pass parameter twice. this.$element.attr('required', this.$source.attr('required')) + this.$source.removeAttr('required') this.$element.attr('rel', this.$source.attr('rel')) this.$element.attr('title', this.$source.attr('title')) this.$element.attr('class', this.$source.attr('class'))