Arrow-key navigation for the combobox

Arrow keys cycle through the listed matches and create rows with
aria-activedescendant tracking, and Enter activates the armed row.
This closes a keyboard-only gap in quick-add: with matches still
listed, Enter deliberately refuses to mint from a half-typed name,
which left the create row reachable only by mouse.
This commit is contained in:
Lars Nolden
2026-09-14 12:03:54 +02:00
parent 671cbb8ef3
commit 46cf578779
2 changed files with 45 additions and 11 deletions
+1
View File
@@ -2076,6 +2076,7 @@ footer span:first-child {
color: inherit;
}
.combo-option:hover,
.combo-option.active,
.combo-option[aria-selected="true"] {
background: #f0f7f4;
}