fix(messages): clear search input after selecting a group member
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-03-20 11:28:59 +01:00
parent 95a6385e7b
commit 8612ad4496

View File

@ -473,6 +473,7 @@
selectedIds.delete(id);
} else {
selectedIds.add(id);
searchInput.value = '';
}
renderPills();
updateHiddenInputs();