Skip to content

Commit

Permalink
add aria-label to search input on dashboard listing view (#22467) (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 29, 2018
1 parent 5bc6ac4 commit 48018c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ exports[`after fetch initialFilter 1`] = `
grow={true}
>
<EuiFieldSearch
aria-label="Filter dashboards"
compressed={false}
data-test-subj="searchFilter"
fullWidth={true}
Expand Down Expand Up @@ -315,6 +316,7 @@ exports[`after fetch renders table rows 1`] = `
grow={true}
>
<EuiFieldSearch
aria-label="Filter dashboards"
compressed={false}
data-test-subj="searchFilter"
fullWidth={true}
Expand Down Expand Up @@ -499,6 +501,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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 48018c2

Please sign in to comment.