Announcement

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

    Excepting icons while tabbing through a form

    Hi!

    Is there a way to except icons which are besides form items (i.e. textfield, etc.) while tabbing through the form? I tried it with tabIndex but it ain't work. First it focuses on the textfield and then on the info icon besides it. Then on the next textfield and so on. But I just want to tab through the fields.

    Thanx!

    #2
    There's a property FormItem.canTabToIcons that you can set to false to avoid tabbing into icons. Bear in mind this has accessibility implications.

    Comment


      #3
      It works! Very nice! Thanx!
      In this case accessibility is not so important but thank you for the information.

      Comment

      Working...
      X