Open Malvoz opened 3 years ago
Currently, the search and cancel buttons are conveyed as links using a screen reader, please consider using <button> instead, per the WAI-ARIA recommendation. Alternatively use role="button".
<button>
role="button"
Potentially helpful resources:
Currently, the search and cancel buttons are conveyed as links using a screen reader, please consider using
<button>
instead, per the WAI-ARIA recommendation. Alternatively userole="button"
.