Skip to content

Commit

Permalink
#2215 Fix Accessibility Issues for palette search (#2216)
Browse files Browse the repository at this point in the history
Signed-off-by: Prince Sanchez <[email protected]>
  • Loading branch information
PRINCESANCHEZ authored Oct 18, 2024
1 parent 28e7cc0 commit d8bf1c3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class PaletteFlyoutContentSearch extends React.Component {
// palette-flyout-search id added for hopscotch tours
<div className="palette-flyout-search-container" id="palette-flyout-search">
<Search
id="palette-flyout-search-input"
className="palette-flyout-search"
placeholder={placeHolder}
onChange={this.handleSearchStringChange}
Expand Down

0 comments on commit d8bf1c3

Please sign in to comment.