Replies: 0
When testing my site with web.dev after activating the plugin I get lower score in Accessibility where the comment is:
ARIA IDs are not unique
The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn more.
Failing Elements
div.widget > form.is-search-form > label > input#is-search-input-6478
<input type="search" id="is-search-input-6478" name="s" value="" class="is-search-input" placeholder="Sök här…" autocomplete="off">
Something that should be addressed?