bootstrap-combobox
bootstrap-combobox copied to clipboard
Is this supposed to be the string "undefined"?
At bootstrap-combobox#100
aren't you intending to compare with undefined
and not "undefined"
? Or did you intend to compare with typeof this.options.appendId
instead?
Either way, this appends the string "undefined" to the ID of this.$element
unless the appendId
option is provided.
Same problem here. id renamed to my id+undefined And it does not hide the default select. I'm getting two dropdown select elements.