-
Notifications
You must be signed in to change notification settings - Fork 745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing aria-hidden set false/true when dropdown show/hide #943
Comments
@angelofan I replace the item in https://flowbite.com/docs/components/sidebar/#off-canvas-sidebar with an input field from https://flowbite.com/docs/forms/input-field/#input-fields. But I didn't get the error in console. And in the source code: It seems that the aria-hidden attribute is set and removed properly. Do you have an example to reproducible the error of using the off canvas sidebar with input? |
HTML code
Video of steps to reproducereproduce.mp4 |
@Lexachoc Rotating the phone screen will also display this error. reproduce-1.mp4 |
@angelofan Thank you for the video! I see the problem now. |
@zoltanszogyenyi Oh, I see you closed this issue. I will open a new issue and describe it in detail. |
Describe the bug
warning message in console from Chrome:
To Reproduce
This warning from Chrome is because I have make the input field within the dropdown focused when open the dropdown when using Chrome (after recent updates).
Open a dropdown and then click on the input field to focus it. The error is shown in the console. (can only occur with the new Chrome version)
Expected behavior
The arial-hidden attribute should be removed when dropdown showing and set
true
when hiding.Desktop (please complete the following information):
OS: Win 10
Browser Chrome Version 127.0.6533.89 (Official Build) (64-bit)
Flowbite version: 2.5.1
The text was updated successfully, but these errors were encountered: