@quidgest/ui 0.8.2 → 0.8.3

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.
package/dist/ui.esm.js CHANGED
@@ -1472,6 +1472,7 @@ const Qt = ["role"], At = {
1472
1472
  class: x(["q-combobox", l.class]),
1473
1473
  readonly: l.readonly,
1474
1474
  disabled: l.disabled,
1475
+ autocomplete: "off",
1475
1476
  "aria-expanded": s.value,
1476
1477
  "aria-haspopup": "listbox",
1477
1478
  "aria-autocomplete": "list",