Created by: cpsievert
Refs #33625 (closed) (fixes the 1st problem, at least)
I'd also be happy to help address the 2nd issue, but I'm not sure whether you'd prefer to just update the docs, or actually fix the Tab
logic to support .dropdown-item
s wrapped in <li>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
</ul>
To do the latter, looks as though we need to modify the 1st part of this logic to do something closer to const dropdownElement = element.parents(SELECTOR_DROPDOWN).find(CLASS_NAME_DROPDOWN_MENU)