hermes-agent/plugins/kanban/dashboard/dist
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
..
index.js fix(kanban): use selectChangeHandler for workspace, parent, and bulk-reassign selects (#24547) 2026-05-18 10:48:21 -04:00
style.css fix(kanban): stop forcing dashboard text to all caps (#26413) 2026-05-18 10:35:18 -04:00