Topic: Selecting tabs programmatically
dimitribocquet
pro answered 3 years ago
@ViewChild('tabs') tabs: TabsetComponent;
this.tabs.setActiveTab(2);
I need to do that because my first tab is disabled by default, but it's still selected on init. Looks like a bug.
Arkadiusz Idzikowski
staff answered 3 years ago
Resolved
- User: Pro
- Premium support: No
- Technology: Angular
- MDB Version: 6.2.2
- Device: NA
- Browser: NA
- OS: NA
- Provided sample code: No
- Provided link: Yes