Skip to content

Commit

Permalink
Revert "fix: search input a11y issue (#679)" (#686)
Browse files Browse the repository at this point in the history
This reverts commit a68d2a4.
  • Loading branch information
Sylvain Pace committed Aug 22, 2019
1 parent cc1236b commit 406df3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/DocSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class DocSearch {
this.autocompleteOptions.cssClasses || {};
this.autocompleteOptions.cssClasses.prefix =
this.autocompleteOptions.cssClasses.prefix || 'ds';
this.autocompleteOptions.ariaLabel = this.autocompleteOptions.ariaLabel || $(this.input)[0].getAttribute('aria-label') || 'search input';


this.isSimpleLayout = layout === 'simple';
Expand Down

0 comments on commit 406df3b

Please sign in to comment.