Skip to content

Commit

Permalink
Merge pull request #123 from samueldjack/dropdown-events
Browse files Browse the repository at this point in the history
Dropdown events
  • Loading branch information
jshjohnson authored Mar 2, 2017
2 parents 930f84c + 437e419 commit 4aa2a04
Show file tree
Hide file tree
Showing 6 changed files with 553 additions and 485 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
Loading

0 comments on commit 4aa2a04

Please sign in to comment.