I try to get this example of twitters typeahead to run but i am getting the error in chromes console:
Uncaught Error: one of local, prefetch, or remote is required jquery-1.9.1.js:507
I am using typeayhead 0.9.1 (Nuget-Package). Is this a version problem? All examples set the source and not local/prefetch/remote in the request.
EDIT: Turned out that Twitter Bootstrap Typeahead and Twitter Typeahead are two different libraries.
source
attribute is set and notlocal/prefetch/remote
– Benedetto