@fluid-topics/ft-search-input 1.1.106 → 1.1.109

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.
@@ -30,7 +30,7 @@ class FtSearchInput extends withI18n(FtSearchComponent) {
30
30
  "ft-search-input--with-suggestions-closed": this.forceCloseSuggestion,
31
31
  };
32
32
  return html `
33
- <div class="${classMap(classes)}" @focusout=${() => this.forceCloseSuggestion = false}>
33
+ <div class="${classMap(classes)}" @focusout=${() => this.forceCloseSuggestion = false} role="search">
34
34
  <div class="ft-search-input--input-container" part="input-container" tabindex="-1">
35
35
  <div class="ft-search-input--input-outline" part="input-outline">
36
36
  <input class="ft-search-input--input ft-typography--body2"