Does anyone know how to set the tabindex to the Primeface accordion panel tab. like
<p:accordionPanel tabindex="6" autoHeight="false" >
<p:tab title="tab1"></p:tab>
<p:tab title="tab2"></p:tab>
</p:accordionPanel>
I'm currently use the primeface version 3.4.2 and the accordion tab always set the tabindex to -1. Is there a way to do change the accordion tab to take the input tabindex from the tag? >