Skip to content

Commit

Permalink
fix(loading): screen readers no longer incorrectly announce spinner (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Apr 23, 2020
1 parent ae0a989 commit 63d8f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/loading/loading.tsx
Expand Up @@ -196,7 +196,7 @@ export class Loading implements ComponentInterface, OverlayInterface {
<div class="loading-wrapper" role="dialog">
{spinner && (
<div class="loading-spinner">
<ion-spinner name={spinner} />
<ion-spinner name={spinner} aria-hidden="true" />
</div>
)}

Expand Down

0 comments on commit 63d8f62

Please sign in to comment.