Topic: MDBTabContent tag operates incorrectly with css classes
gallagherdigital pro premium priority asked a day ago
MDBTabNav
<MDBTabNav
col="4"
class="class-goes-here"
tabsClasses="tabs-classes-goes-here"
>
Actual behavior
<div class="col-4 class-goes-here">
<ul class="nav nav-tabs flex-column tabs-classes-goes-here">
MDBTabContent
<MDBTabContent
col="6"
class="class-goes-here"
contentClasses="content-classes-goes-here"
>
Expected behavior
<div class="col-6 class-goes-here">
<div class="tab-content content-classes-goes-here">
Actual behavior
<div class="col-6">
<div class="tab-content content-classes-goes-here class-goes-here">
Mateusz Trochonowicz staff pro premium priority answered 22 hours ago
Hi, tabsClasses
and content Classes
work as intended. However, we will look at the possibility of deeper editing of individual Tabs (and Tabs content) elements.
gallagherdigital pro premium priority commented 10 hours ago
The issue is actually where "class" is placed. It's incorrect on MDBTabContent...
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: MDB5 6.0.0
- Device: PC
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: Yes