Yii2 - Bootstrap Tabs - Bug

When I try disabled tab to click


'linkOptions'=>['class'=>'disabled','data-toggle'=>""]

data-toggle is override in Tabs class. I think that there should be




 if(!isset($linkOptions['data-toggle'])){

               		$linkOptions['data-toggle'] = 'tab';

                }



You should report this as an issue on the yii2 project page.

Is this issue resolved? I am having the same problem with TabsX widget when I do linkOptions[‘class’]=‘disabled’, it removes/unsets $linkOptions[‘data-toggle’]