2
0
mirror of https://github.com/esiur/iui.git synced 2026-04-04 15:08:21 +00:00

multi-select

This commit is contained in:
2026-01-24 20:31:58 +03:00
parent e4e656a14b
commit 1e86f6f114
2 changed files with 18 additions and 8 deletions

View File

@@ -222,7 +222,7 @@ export default IUI.module(class Multiselect extends IUIElement {
if (this.hasArrow) {
this.arrow = document.createElement("div");
this.arrow.className = this.cssClass + "-autocomplete-arrow";
this.header.appendChild(this.arrow);
this.wrap.appendChild(this.arrow);
this.arrow.addEventListener("click", function () {
if (self.visible)