Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Added showDropdown/hideDropdown to list of events
  • Loading branch information
samueldjack committed Mar 2, 2017
1 parent 00af527 commit 437e419
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,16 @@ example.passedElement.addEventListener('addItem', function(event) {
**Usage:** Triggered when a user types into an input to search choices.
### showDropdown
**Arguments:** - **Input types affected:** `select-one`, `select-multiple`
**Usage:** Triggered when the dropdown is shown.
### hideDropdown
**Arguments:** - **Input types affected:** `select-one`, `select-multiple`
**Usage:** Triggered when the dropdown is hidden.
## Methods
Methods can be called either directly or by chaining:
Expand Down

0 comments on commit 437e419

Please sign in to comment.