hermes-agent/plugins/kanban/dashboard
Wesley Simplicio 16abb74eab
fix(kanban): use selectChangeHandler for workspace, parent, and bulk-reassign selects (#24547)
SDK Select fires onValueChange(value) not onChange({target:{value}}), so
all three bare onChange handlers silently received undefined from e.target.

Replace raw onChange with selectChangeHandler() — the existing helper that
wires both onValueChange and a guarded onChange — so selections register
regardless of which event the SDK Select dispatches.

Closes #24520

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 10:48:21 -04:00
..
dist fix(kanban): use selectChangeHandler for workspace, parent, and bulk-reassign selects (#24547) 2026-05-18 10:48:21 -04:00
manifest.json feat(kanban): durable multi-profile collaboration board (#17805) 2026-04-30 13:36:47 -07:00
plugin_api.py fix(kanban): surface unusable triage auxiliary model (auto-decompose aware) (#27871) 2026-05-18 01:27:06 -07:00