tabindex を Primeface アコーディオン パネル タブに設定する方法を知っている人はいますか。お気に入り
<p:accordionPanel tabindex="6" autoHeight="false" >
<p:tab title="tab1"></p:tab>
<p:tab title="tab2"></p:tab>
</p:accordionPanel>
現在、primeface バージョン 3.4.2 を使用しており、アコーディオン タブは常に tabindex を -1 に設定しています。タグから入力タブインデックスを取得するようにアコーディオンタブを変更する方法はありますか? >