Update documentation (#944)

This commit is contained in:
Sander Kleykens 2021-04-16 13:43:35 +02:00
parent 9db2969d09
commit bdfa4cc835

View file

@ -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