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
Describe the bug
When using the sidebar and input simultaneously, some actions will cause aria-hidden warning messages to appear in the console.
Blocked aria-hidden on a <input> element because the element that just received focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
Describe the bug
When using the sidebar and input simultaneously, some actions will cause aria-hidden warning messages to appear in the console.
To Reproduce
Steps to reproduce the behavior:
index.html
file.index.html
.Video of steps to reproduce:
Video.of.steps.to.reproduce.mp4
Expected behavior
The console should remain clean and this warning should not be displayed.
Screenshots
Additional context
Some previous description of the problem is at:
The text was updated successfully, but these errors were encountered: