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.
1 parent 1448661 commit ee781c8Copy full SHA for ee781c8
js/src/multi-select.js
@@ -635,7 +635,6 @@ class MultiSelect extends BaseComponent {
635
636
const { container } = this._config
637
if (container) {
638
- // this._clone.parentNode.insertBefore(dropdownDiv, this._clone.nextSibling)
639
getElement(container).append(dropdownDiv)
640
} else {
641
this._clone.append(dropdownDiv)
0 commit comments