Closed
Description
Bootstrap V4 is moving back to recommending semantic markup for their dropdown menus.
Wrapping the dropdown items (and other sub-components) inside <li>
elements, and setting the dropdown menu container to a <ul>
twbs/bootstrap#28591
twbs/bootstrap#25728
We should update these components to use the new recommended markup.