From bdfa4cc8351f7bafe2216fd45cf2ee70858e2bd6 Mon Sep 17 00:00:00 2001 From: Sander Kleykens Date: Fri, 16 Apr 2021 13:43:35 +0200 Subject: [PATCH] Update documentation (#944) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 202f981..d04e8e4 100644 --- a/README.md +++ b/README.md @@ -774,13 +774,21 @@ example.passedElement.element.addEventListener( **Usage:** Triggered each time an item is added/removed **by a user**. +### changeQuery + +**Payload:** `value` + +**Input types affected:** `select-one`, `select-multiple` + +**Usage:** Triggered when a user types into the search input. + ### search **Payload:** `value`, `resultCount` **Input types affected:** `select-one`, `select-multiple` -**Usage:** Triggered when a user types into an input to search choices. +**Usage:** Triggered after a search caused by the user's input. ### showDropdown