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

This commit is contained in:
CJ Cenizal 2018-06-13 17:04:50 -07:00 committed by GitHub
parent 2f63db23f8
commit 9493ac4093
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>