Replies: 1 comment
-
As normal, I figure out ONLY after posting the question. The button clicked to open the modal was focused. To remove that focus after click, and prevent aria warnings, I added This tells Alpine: “after this button is clicked, immediately blur (remove focus from) itself.” Maybe this will help someone else down the road. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I keep getting warnings like the following in my chrome console when opening a modal ...
It seems livewire, possibly modal is adding aria-hidden to my main div which is causing the problem.
Is there any work around to getting rid of these warnings?
Beta Was this translation helpful? Give feedback.
All reactions