Skip to content

Commit

Permalink
Fix regression displaying search results on Safari
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sánchez García <[email protected]>
  • Loading branch information
cynthia-sg committed Oct 22, 2024
1 parent 7e05c8d commit 96e761d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/webapp/src/layout/common/Searchbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ const Searchbar = (props: Props) => {
<div
class={`d-flex align-items-center overflow-hidden searchBar lh-base bg-white mx-0 mx-md-auto ${styles.searchBar} ${props.searchBarClass} search`}
>
<label for={`searchbar-${props.device}`} class="visually-hidden">
Search items
</label>
<input
id={`searchbar-${props.device}`}
ref={setInputEl}
Expand Down

0 comments on commit 96e761d

Please sign in to comment.