Skip to content

Commit

Permalink
Merge pull request #517 from diggsweden/DIGG-366
Browse files Browse the repository at this point in the history
Duplicate screenreader
  • Loading branch information
AlessandroGasperini authored Nov 28, 2024
2 parents d73816e + b176a63 commit ecdbb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content/Search/SearchFilters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const FilterSearch: React.FC<FilterSearchProps> = ({
name={filterKey}
placeholder={t("search$filtersearch")}
className="focus--in border-none"
aria-label={`${t("search$filtersearch")} ${title}`}
aria-label={title}
value={filter[filterKey] || ""}
onChange={(e) => (
clearCurrentScrollPos(),
Expand Down

0 comments on commit ecdbb78

Please sign in to comment.