add aria-label to search input on dashboard listing view (#22467) (#22506)

This commit is contained in:
Nathan Reese 2018-08-29 14:10:50 -06:00 committed by GitHub
parent 0cf13f6a30
commit 32f1c1b51f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -99,6 +99,7 @@ exports[`after fetch initialFilter 1`] = `
grow={true}
>
<EuiFieldSearch
aria-label="Filter dashboards"
compressed={false}
data-test-subj="searchFilter"
fullWidth={true}
@ -311,6 +312,7 @@ exports[`after fetch renders table rows 1`] = `
grow={true}
>
<EuiFieldSearch
aria-label="Filter dashboards"
compressed={false}
data-test-subj="searchFilter"
fullWidth={true}
@ -494,6 +496,7 @@ exports[`after fetch renders warning when listingLimit is exceeded 1`] = `
grow={true}
>
<EuiFieldSearch
aria-label="Filter dashboards"
compressed={false}
data-test-subj="searchFilter"
fullWidth={true}

View file

@ -303,6 +303,7 @@ export class DashboardListing extends React.Component {
{deleteBtn}
<EuiFlexItem grow={true}>
<EuiFieldSearch
aria-label="Filter dashboards"
placeholder="Search..."
fullWidth
value={this.state.filter}