I have a DynamicForm with a number of FormItems on it. The FormItems are added to the form using the setItems() method and passing an array of FormItems. One of the FormItems in the array is CanvasItem that contains a form. The form has 4 columns each containing a TextItem.
The form displays correctly, however; the tab index is not correct. Tabbing through the FormItems, the cell containing the CanvasItem is last in the sequence eventhough it is not the last item in the FormItem array passed in on the setItems method.
The form displays correctly, however; the tab index is not correct. Tabbing through the FormItems, the cell containing the CanvasItem is last in the sequence eventhough it is not the last item in the FormItem array passed in on the setItems method.
Comment