Skip to content

Commit

Permalink
search bar: add aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
jennur authored and zzacharo committed Sep 14, 2023
1 parent 9f87eae commit 7fbae75
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class MultipleOptionsSearchBar extends Component {
return (
<Search
fluid
aria-label={placeholder}
onResultSelect={this.handleOnResultSelect}
onSearchChange={this.handleOnSearchChange}
resultRenderer={(props) => resultRenderer(props, queryString)}
Expand Down Expand Up @@ -153,6 +154,7 @@ export class MultipleOptionsSearchBarCmp extends Component {
return (
<Search
fluid
aria-label={placeholder}
onResultSelect={this.onBtnSearchClick}
onSearchChange={this.handleOnSearchChange}
resultRenderer={(props) => resultRenderer(props, queryString)}
Expand Down

0 comments on commit 7fbae75

Please sign in to comment.