Announcement

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

    SectionItem: how to set focus to the header, for key operation to expand/collapse

    Hi,
    I want the sectionitem to expand/collapse using a keyboard operation. But I am having trouble getting the sectionitem to play correctly. I want to have the section header to get the focus and then let the user press enter to expand/collapse.

    But I can't seem to get the section header to get the focus.

    Is there a standard solution for this, or is there a standard solution for expanding/collapsing using the keyboard?

    (I tried the section example on the demo but there the focus never gets to the section headers, at least not in chrome).

    gr. Martin

    #2
    bumped up....

    Comment


      #3
      And again bumped up...

      After 4 days still no reaction. What should I do to get this answered?

      gr Martin

      Comment


        #4
        It's assigned and being looked at, answers to follow

        Comment


          #5
          This is fixed and will be in the next build - take a look at new attribute SectionItem.canTabToHeader. In the meantime, you can also set the plural of this attribute-name (canTabToHeaders: true) which is already supported internally. You should switch to the singular version once it appears in the build.

          Comment

          Working...
          X