Skip to content

Instantly share code, notes, and snippets.

@BforBen
Created May 9, 2014 07:15
Show Gist options
  • Save BforBen/3b1d787618cec3afa0d6 to your computer and use it in GitHub Desktop.
Save BforBen/3b1d787618cec3afa0d6 to your computer and use it in GitHub Desktop.
HTML for "Bootstrap Typeahead with Google Custom Search autocomplete"
<form action="search" method="get" class="form-inline">
<input type="search" name="search" placeholder="Enter keyword or phrase" autocomplete="off" id="search_text">
<button type="submit" class="btn" value="Search">Search</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment