Add aria-label to Indices Management search input. (#19778) (#19880)

This commit is contained in:
CJ Cenizal 2018-06-14 06:00:06 -07:00 committed by GitHub
parent ae72541401
commit 3cdb2918db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -259,6 +259,7 @@ export class IndexTable extends Component {
}}
data-test-subj="indexTableFilterInput"
placeholder="Search"
aria-label="Search indices"
/>
</EuiFlexItem>
</EuiFlexGroup>