This can be reproduced by having any interactive element within a controller mounted modal, like a button or input.
When the modal is dismissed using dismiss(), the browser will emit an error in the console that it has blocked the modal’s aria-hidden attribute, because one of the child elements retained focus. I assume it is the button that triggered the dismiss event.
How can this error be fixed?
1 post - 1 participant