@fluid-topics/ft-select 1.1.118 → 1.1.119

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.
@@ -92,7 +92,8 @@ class FtSelect extends FtLitElement {
92
92
  @keydown=${this.onMainPanelKeyDown}
93
93
  aria-label="${this.ariaLabel}"
94
94
  aria-haspopup="listbox"
95
- aria-expanded="${optionsDisplayed}">
95
+ aria-expanded="${optionsDisplayed}"
96
+ role="combobox">
96
97
  <ft-ripple ?disabled=${disabled} ?activated=${!this.outlined}></ft-ripple>
97
98
  <ft-typography variant="body1" class="ft-select--selected-option">
98
99
  ${(_e = (_d = this.selectedOption) === null || _d === void 0 ? void 0 : _d.label) !== null && _e !== void 0 ? _e : ""}
@@ -582,7 +582,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
582
582
  @keydown=${this.onMainPanelKeyDown}
583
583
  aria-label="${this.ariaLabel}"
584
584
  aria-haspopup="listbox"
585
- aria-expanded="${l}">
585
+ aria-expanded="${l}"
586
+ role="combobox">
586
587
  <ft-ripple ?disabled=${p} ?activated=${!this.outlined}></ft-ripple>
587
588
  <ft-typography variant="body1" class="ft-select--selected-option">
588
589
  ${(s=(c=this.selectedOption)===null||c===void 0?void 0:c.label)!==null&&s!==void 0?s:""}