Hi all,
I noticed that any input components (like af:inputText) that I have inside an af:listView have an automatic tabindex of -1.
What I have is an af:listView where each af:listItem has an h:outputText where the value is a string with html input tags. These html input tags in the string, even though they explicitly have tabindex = 0, are rendered with tabindex = -1 which does not allow the tabbing from one input field to another in the af:listItem.
For testing purposes I created a simple af:listView and through some af:inputTexts in there, thinking maybe the tab issue was due to rendering an html string in an h:outputText, however, it still assigned -1 as the tabindex.
Is anyone aware of this issue and is there a way to fix it?
I'm on Jdeveloper 12.2.1.4.
Thanks,
Bill