Skip to content

Commit

Permalink
Add search role for discover search (Fix elastic#12642)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Jul 6, 2017
1 parent e5d6fd6 commit 11fe1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_plugins/kibana/public/discover/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 tabindex="0" id="kui_local_breadcrumb" class="kuiLocalBreadcrumb">
name="discoverSearch"
ng-submit="fetch()"
>
<div class="typeahead" kbn-typeahead="discover" on-select="fetch()">
<div class="typeahead" kbn-typeahead="discover" on-select="fetch()" role="search">
<div class="kuiLocalSearch">
<div class="kuiLocalSearchAssistedInput">
<input
Expand Down

0 comments on commit 11fe1a8

Please sign in to comment.