Environment Information
- Package version(s): 8.61.2 (latest as of today)
- Browser and OS versions: all
Describe the issue:
A standard details element can be opened and closed with the keyboard (using either the Enter and Space keys).
However, when a details element is inside of @fluentui/react’s DetailsList this keyboard functionality doesn't work.
Here's a demo: https://codepen.io/curtisj44/pen/bGadKJV
Actual behavior:
A details element can be opened and closed using a mouse, but, when the summary element has focus, the Enter and Space keys do nothing.
Expected behavior:
I was expecting a details element to work the same inside of a DetailsList as outside.
Documentation describing expected behavior
Environment Information
Describe the issue:
A standard
detailselement can be opened and closed with the keyboard (using either theEnterandSpacekeys).However, when a
detailselement is inside of@fluentui/react’sDetailsListthis keyboard functionality doesn't work.Here's a demo: https://codepen.io/curtisj44/pen/bGadKJV
Actual behavior:
A
detailselement can be opened and closed using a mouse, but, when thesummaryelement has focus, theEnterandSpacekeys do nothing.Expected behavior:
I was expecting a
detailselement to work the same inside of aDetailsListas outside.Documentation describing expected behavior