- NEED TO UPDATE THIS
- update pillbox
- dont search down, up or enter are down
- make .select-single input 100% width and 100% height [jonathanong]
- add .select-multiple class when multiple, closes #36
- ignore enter on search, closes #38
- meta viewport + border-box styling [jonathanong]
- add .empty() to remove all options, closes #28
- fix .remove(name) when option is selected
- fix .deselect(name) on multiple
- prevent propagation on touch start
- show dropdown on search, closes #32
- bubble .select(), should close #31
- Use component/debounce [jonathanong]
- add .unbind()
- add .blur()
- fix ios7 blur, closes #25
- fix search on backspace, closes #26
- add .focus() docs, closes #27
- clear single select on blur, closes #21
- use matthewmueller/debounce, closes #23
- Load
template.html
directly [jonathanong]
- add demo prop
- use e.preventDefault() when necessary closes #15
- show dropdown if hidden, on down / up, closes #16
- dehighlight selected, closes #17
- highlight on hover, closes #14
- change single-select to have a single searchable input
- fix mouse click / hide behavior, should close #10
- escape shouldnt show dropdown, closes #12
- add custom element support, closes #4
- add .highlight(name) and .dehighlight(), closes #8
- change .options to a map of name to option
- hide dropdown on "esc"
- fix in firefox
- add .remove(name)
- add search tests
- add search input helper
- add tests
- better example
- no need to use .bind within foreach [jonathanong]
- Initial commit