We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1807ce commit d7083c5Copy full SHA for d7083c5
docs/accessibility/index.md
@@ -24,7 +24,10 @@ Modal.setAppElement(document.getElementById('root'));
24
```
25
26
Using a selector that matches multiple elements or passing a list of DOM
27
-elements will hide all of the elements.
+elements will hide all of the elements. Note that this list won't be
28
+automatically pruned if elements are removed from the DOM, so you may want to
29
+call `Modal.setAppElement` when any such changes are made, or pass a live
30
+HTMLCollection as the value.
31
32
If you are already applying the `aria-hidden` attribute to your app content
33
through other means, you can pass the `ariaHideApp={false}` prop to your modal
0 commit comments