Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TabIndex problem with multiple dynamic forms

    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.

    #2
    Did you find a solution?

    thanks

    Comment


      #3
      I tried with the latest build (8.1) and it's not working for me either. For me the focus never comes to any element in the form in the CanvasItem not even in the last as you mentioned in your post.

      Comment


        #4
        Just found it. Actually It works if the CanvasItem is displayed on load of the form. In my case showIf was set to false for the CanvasItem. This is being set to true on some user action.

        Comment

        Working...
        X