docs(examples): use button for navbar dropdown toggle#42452
docs(examples): use button for navbar dropdown toggle#42452TheDerbiedOne wants to merge 1 commit into
Conversation
|
Thank you for sharing. Can you please confirm that you have exhaustively searched the entire code base and that no |
|
Thanks — I double-checked. I searched the repo for If you’d like, I can follow up with a separate PR to convert the remaining docs examples (and/or tests), but it’d be a broader sweep than this single-example fix. |
|
Thanks for creating this PR, @TheDerbiedOne. This PR should address the documentation more broadly to ensure consistency across the entire docs set. We should also carefully assess the impact of the changes related to this issue. For example, simply replacing |
Fixes #40995
Updates the navbar examples to use a
<button class="nav-link dropdown-toggle" type="button">instead of an<a href="#">for the dropdown toggle, avoiding docs that recommend an unsemantic placeholder link.