Skip to content

Commit

Permalink
fix: aria tags to avoid double feedback on SR (#468)
Browse files Browse the repository at this point in the history
* fix: fixed aria tags to avoid double feedback on SR

* chore: added RELEASE.md info

---------

Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
sabrina-bongiovanni and pnicolli authored Jan 11, 2024
1 parent 6e4c1ef commit 867df42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ItaliaTheme/Search/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ const Search = () => {
<Col lg={9} tag="section" className="py-lg-5">
<div
className="search-results-wrapper"
role="region"
id="search-results-region"
aria-live="polite"
>
Expand Down

0 comments on commit 867df42

Please sign in to comment.