I'm currently utilizing the dropdown feature in Bootstrap 4.
My goal is to include an upward arrow for the dropdown menu positioned in the top left corner.
In Bootstrap 3, we could utilize caret markup on the button to easily add the arrow to the dropdown menu.
However, in Bootstrap 4, there isn't a caret markup available; adding only the caret through the dropdown-toggle
class.
Is there a way to add an arrow to the dropdown menu in this scenario?
Here's an example from Bootstrap 3 that showcases the desired functionality:
https://www.bootply.com/QD8FO89DcY
The same level of functionality is required for Bootstrap 4 as well.