OihiSyfeddine

Results 1 comments of OihiSyfeddine

Not the best option, but you can solve your problem by adding this code in your onInit() method in your modal ` const elements = document.querySelectorAll('[aria-hidden]'); elements.forEach(element => { element.removeAttribute('aria-hidden');...