How to mute screen reader reading out "role"

101 Views Asked by At
<mwc-button
      role="radio"
      aria-checked="${option.id === this.answer}"
      >
      option
</mwc-button>

screen reader always reads out xxx,radio. Is there a way to stop it from reading out radio in the end?

0

There are 0 best solutions below