Last active
May 18, 2018 05:11
-
-
Save jharding/9458816 to your computer and use it in GitHub Desktop.
Example for http://twitter.github.io/typeahead.js/examples/.
+1 on change to .tt-menu
.tt-dropdown-menu is correct.
Check out, my working mockup example here http://jsfiddle.net/w03a28h9/40
It's a matter of version – the sample documentation is outdated.
As of today, the Scrollable Dropdown Menu example says #scrollable-dropdown-menu .tt-dropdown-menu
(typeahead.js 0.10.4). Its code uses #scrollable-dropdown-menu .tt-menu
(typeahead.js 0.11.1)
Just a heads up that this example is broken.
Uncaught TypeError: this.source is not a function typeahead.js:792
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ss