Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error thrown when typeahead is initialized on multiple elements #51

Conversation

jharding
Copy link
Contributor

Fixes #42. Previously, the following code wouldn't work as expected:

<input class="typeahead">
<input class="typeahead">

<script>
  $('.typeahead').typeahead({ /* ... */ })
</script>

jharding added a commit that referenced this pull request Feb 26, 2013
Error thrown when typeahead is initialized on multiple elements
@jharding jharding merged commit fc52118 into twitter:integration-0.8.2 Feb 26, 2013
@timtrueman
Copy link
Contributor

We should probably add a test for this eventually.

jlbooker added a commit to jlbooker/typeahead.js that referenced this pull request Nov 10, 2016
diacritic-insensitive highlighting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants