I am using the teleriktilelayout component. I have resizing and reordering turned off, but we may have it as a feature in the future. Since they are turned off, I need the tiles to be taken out of the tab order and not be navigable. I know that navigable=false is the default, but all the tiles have tabindex=0 (making them tabbable/navigable). Adding navigable=false to the main component doesn't work (and again, it's supposed to be the default).
How do I change it to tabindex=-1 on the tiles? Is there any other way to remove the tiles from the tab order? Is this a known accessibility issue?
How do I change it to tabindex=-1 on the tiles? Is there any other way to remove the tiles from the tab order? Is this a known accessibility issue?