From 0c83ae90c32d3750b5d38daabd8896c0f262fb40 Mon Sep 17 00:00:00 2001 From: phaedra-casadio-dotbeyond Date: Wed, 29 Jan 2025 15:24:44 +0100 Subject: [PATCH] Managed clear choices event --- src/scripts/choices.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/choices.ts b/src/scripts/choices.ts index 673aef0c..d5e8dddf 100644 --- a/src/scripts/choices.ts +++ b/src/scripts/choices.ts @@ -858,7 +858,7 @@ class Choices { // @todo integrate with Store this._searcher.reset(); - + this.passedElement.triggerEvent(EventType.clear, {}); return this; }