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
On using href on a DropdownItem turns the item from a <li> into an <a>, which breaks accessibility.
I need to have links inside my dropdown leading to external pages.
NextUI Version
2.4.8
Describe the bug
On using
href
on a DropdownItem turns the item from a<li>
into an<a>
, which breaks accessibility.I need to have links inside my dropdown leading to external pages.
results in:
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
href
to one of the items<li>
of that item turns into<a>
Expected behavior
As a user I expect that
<ul>
only contains<li>
Screenshots or Videos
No response
Operating System Version
macOs
Browser
Chrome
The text was updated successfully, but these errors were encountered: