Skip to content

Instantly share code, notes, and snippets.

@sergeyt
Last active August 29, 2015 14:07
Show Gist options
  • Save sergeyt/109d44d69582e8512a5f to your computer and use it in GitHub Desktop.
Save sergeyt/109d44d69582e8512a5f to your computer and use it in GitHub Desktop.
typeahead langs template
<template name="langs">
<div>
<h2>Array of objects without value property.</h2>
<div class="form-group">
<input class="form-control typeahead" name="lang" type="text" placeholder="Programming language"
autocomplete="off" spellcheck="off" data-source="list" data-value-key="name"/>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment