We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id
aria-controls
1 parent 981114b commit 06c6119Copy full SHA for 06c6119
src/components/tabs/tabs.js
@@ -611,10 +611,8 @@ export const BTabs = /*#__PURE__*/ Vue.extend({
611
props: {
612
tab: tab,
613
tabs: tabs,
614
- id:
615
- tab.controlledBy ||
616
- (this.tab && this.tab.safeId ? this.tab.safeId(`_BV_tab_button_`) : null),
617
- controls: this.tab && this.tab.safeId ? this.tab.safeId() : null,
+ id: tab.controlledBy || (tab.safeId ? tab.safeId(`_BV_tab_button_`) : null),
+ controls: tab.safeId ? tab.safeId() : null,
618
tabIndex,
619
setSize: tabs.length,
620
posInSet: index + 1,
0 commit comments