update documentation

This commit is contained in:
Ryan Mahoney 2018-07-02 15:13:10 -04:00 committed by Josh Johnson
parent 5e215907f4
commit 8dedc6f1e0

View file

@ -636,6 +636,13 @@ example.passedElement.addEventListener('addItem', function(event) {
**Usage:** Triggered when the dropdown is hidden.
### highlightChoice
**Arguments:** `el`
**Input types affected:** `select-one`, `select-multiple`
**Usage:** Triggered when a choice from the dropdown is highlighted. The `el` argument is the HTML element node object that was affected.
## Methods
Methods can be called either directly or by chaining: