From d35a1658818cfa137874f31f9481f453dfd620f6 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 9 Jun 2026 18:59:30 +0200 Subject: [PATCH] refactor(document-picker): downgrade listbox ARIA roles; fix unique listboxId MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit role=listbox + role=option without arrow-key navigation is misleading — the WAI-ARIA combobox pattern requires aria-activedescendant handling that isn't implemented. Downgraded to plain