Announcement

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

    How to get focus to the selected item in the list.

    Hi,

    1) I have a form with two dropdowns lists (select1,select2). If i select one item in the list (select1) the focus is pointing the selected item. Its fine .

    2) but if go to the next list (select2) and select any item and come back to select1 list then click the dropdown then its not showing any focus on the selected item.

    Here is the sample code:


    isc.DynamicForm.create({

    ID:"form1",

    fields:[
    {editorType:"select", valueMap:["a","b","c"], name:"select1"},
    {editorType:"select", valueMap:["1","2","3"], name:"select2"}
    ]
    })


    I want to get focus to the selected items.

    Thanks in advance.

    #2
    How to get focus to the selected item in the list.

    Please can you tell How to get focus to the selected item in the list. Its Urgent.
    Above the problem is given.

    Thanks.

    Comment


      #3
      Hi Khajavali,
      This is a bug in 6.5.1 - we've subsequently resolved this issue in our mainline code and the fix will be present in our upcoming 7.0 release

      Thanks
      Isomorphic Software

      Comment

      Working...
      X