bootstrap-combobox icon indicating copy to clipboard operation
bootstrap-combobox copied to clipboard

Is this supposed to be the string "undefined"?

Open jessedhillon opened this issue 9 years ago • 1 comments

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.

jessedhillon avatar Feb 04 '16 21:02 jessedhillon

Same problem here. id renamed to my id+undefined And it does not hide the default select. I'm getting two dropdown select elements.

dimsis avatar Nov 24 '17 09:11 dimsis