We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68d2a4 commit c0e9e19Copy full SHA for c0e9e19
1 file changed
src/lib/DocSearch.js
@@ -80,7 +80,6 @@ class DocSearch {
80
this.autocompleteOptions.cssClasses || {};
81
this.autocompleteOptions.cssClasses.prefix =
82
this.autocompleteOptions.cssClasses.prefix || 'ds';
83
- this.autocompleteOptions.ariaLabel = this.autocompleteOptions.ariaLabel || $(this.input)[0].getAttribute('aria-label') || 'search input';
84
85
86
this.isSimpleLayout = layout === 'simple';
0 commit comments