You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is that when the dropdown menu is opened, the page adds "aria-hidden=true". "aria-hidden=true" seems to prevent internal nodes from getting the focus.
I'm not sure why we need to add "aria-hidden="true" to the root node. If we must add it, how can we make the inner nodes get the focus in the operation?
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.2
Reproduction
https://github.com/CorruptionTiger/app-1.git
Description
The button operation in the dropdown menu cannot make the page elements focus.
Additional context
Click the button on the webpage. Ordinary buttons can correctly make the input focus, but buttons in the dropdown menu cannot make the input focus.
Logs
The button operation in the dropdown menu cannot make the page elements focus.
The text was updated successfully, but these errors were encountered: