0
In a view . xhtml I use the p:editor of the first faces
<p:editor id="idDescription" tabidex="2" >
...
When the tab key is pressed, after being in field 1, tabindex="1", it does not go to the next sequence, in that case is idDescription and yes to the following tabindex="3" which is an inputText, this happens in this component.
- Primefaces 5.3
How do I fix this? has some extra property to set up so it fucione?