mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-15 22:29:04 +02:00
* feat(views): add keyboard navigation and auto-select to PropertyPicker Add arrow key (up/down) navigation and Enter key selection to the searchable PropertyPicker dropdown. When the search narrows results to a single match, pressing Enter auto-selects it without needing to arrow-navigate first. Fixes GitHub issue #793. * fix(views): hide Unassigned option when search filter is active When the user types a search query in the assignee picker, the Unassigned option is no longer pinned at the top — it only shows when there is no active filter. * feat(views): auto-highlight first result when searching in picker