Hello ,
How can tab index be utilized in textboxes and dropdowns in perspective? Is it possible to specify the tab order for components, including numeric textboxes?
Thanks,
Shiji
Hello ,
How can tab index be utilized in textboxes and dropdowns in perspective? Is it possible to specify the tab order for components, including numeric textboxes?
Thanks,
Shiji
Please edit your question (pencil icon) and add the "vision" or "perspective" tag. The answer will depend on knowing that.
The only way to control the tab index at this time is to modify the logical draw order of your components (components naturally tab from top to bottom in the Project Browser) . This is far easier in a Coordinate Container, as long as the components are not overlayed on top of other components. Attempting this in a Flex Container will actually change the order of components in your layout, so it's not as feasible as a solution.
We do have an open feature request to expose the tab index as a property within the META category. No ETA on that feature.