@fluid-topics/ft-combobox 2.0.19 → 2.0.21

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.
@@ -243,7 +243,7 @@ export class FtCombobox extends withI18n(FtLitElement) {
243
243
  type="text"
244
244
  role="combobox"
245
245
  aria-autocomplete="list"
246
- autocomplete="false"
246
+ autocomplete="off"
247
247
  aria-expanded="${this.isOpen}"
248
248
  aria-controls="combobox-listbox"
249
249
  aria-activedescendant="${this.getActiveDescendantId()}"