Last active
August 29, 2015 14:07
-
-
Save sergeyt/109d44d69582e8512a5f to your computer and use it in GitHub Desktop.
typeahead langs template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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