We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c165c commit bc2c086Copy full SHA for bc2c086
core/src/utils/overlays.ts
@@ -958,6 +958,10 @@ export const createTriggerController = () => {
958
const hideAnimatingOverlayFromScreenReaders = (overlay: HTMLIonOverlayElement) => {
959
if (doc === undefined) return;
960
961
+ /**
962
+ * Once the animation is complete, this attribute will be removed.
963
+ * This is done at the end of the `present` method.
964
+ */
965
overlay.setAttribute('aria-hidden', 'true');
966
};
967
0 commit comments