Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 92609b2

Browse filesBrowse files
committed
refactor(CDropdown): remove aria-hidden to improve component accessibility
1 parent d2ca48d commit 92609b2
Copy full SHA for 92609b2

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎packages/coreui-react/src/components/dropdown/CDropdownMenu.tsx

Copy file name to clipboardExpand all lines: packages/coreui-react/src/components/dropdown/CDropdownMenu.tsx
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const CDropdownMenu: PolymorphicRefForwardingComponent<'ul', CDropdownMen
4242
)}
4343
ref={forkedRef}
4444
role="menu"
45-
aria-hidden={!visible}
4645
{...(!popper && { 'data-coreui-popper': 'static' })}
4746
{...(dark && { 'data-coreui-theme': 'dark' })}
4847
{...rest}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.