-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Closed
Copy link
Labels
Description
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
Reactions are currently unavailable