Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-adoption-insights': patch
---

Fix keyboard navigation in the header date range dropdown by removing `autoFocusItem: false`, allowing arrow keys to navigate menu items immediately without requiring a Tab press first.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ const InsightsHeader: FC<InsightsHeaderProps> = () => {
disableScrollLock: true,
},
MenuListProps: {
autoFocusItem: false,
sx: { display: 'block', flexDirection: 'column' },
},
}}
Expand Down
Loading