diff --git a/src/picker/components/Picker/Picker.html b/src/picker/components/Picker/Picker.html index 337353a7..84e46cf0 100644 --- a/src/picker/components/Picker/Picker.html +++ b/src/picker/components/Picker/Picker.html @@ -22,7 +22,6 @@ spellcheck="true" aria-expanded={!!(searchMode && currentEmojis.length)} aria-controls="search-results" - aria-owns="search-results" aria-describedby="search-description" aria-autocomplete="list" aria-activedescendant={activeSearchItemId ? `emo-${activeSearchItemId}` : ''}