readytech-ui-library-v2 1.0.165 → 1.0.166

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18626,6 +18626,12 @@ const Qre = /* @__PURE__ */ je(Jre, [["render", Zre], ["__scopeId", "data-v-5156
18626
18626
  async callApiOnItemToggle(e, t) {
18627
18627
  console.log(`API call for item ${e[this.itemValue]}: ${t ? "selected" : "deselected"}`);
18628
18628
  }
18629
+ },
18630
+ mounted() {
18631
+ this.$nextTick(() => {
18632
+ const e = this.$el, t = e.querySelector('[role="combobox"]'), n = e.querySelector("input");
18633
+ t && n && (n.setAttribute("role", "combobox"), n.setAttribute("aria-expanded", t.getAttribute("aria-expanded") || "false"), t.removeAttribute("role"), t.removeAttribute("aria-expanded"), t.removeAttribute("aria-controls"), t.removeAttribute("aria-haspopup"));
18634
+ });
18629
18635
  }
18630
18636
  };
18631
18637
  function rae(e, t, n, r, a, i) {