mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(loading): screen readers no longer incorrectly announce spinner (#21116)
fixes #21107
This commit is contained in:
@ -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>
|
||||
)}
|
||||
|
||||
|
Reference in New Issue
Block a user