-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Bootstrap 4 sets the active
class on the anchor elements rather than the li
elements. This causes
$('#input-widget').scrollingTabs({
tabs: [{..., active: true}],
});
not to work properly (no visual indication of activeness) with BS4. My suggestion (quick fix) is to add the active class to both the a
s and the li
s. I've tested it on BS4 and it looks fine. I'm not sure what BS3 would do with that.
Metadata
Metadata
Assignees
Labels
No labels