typeahead for new tag

This commit is contained in:
Kyle Drake 2014-07-31 15:39:02 -07:00
parent 1ac9cdf606
commit be32867860

View file

@ -66,7 +66,7 @@
<p>Don't think too hard about this! You don't have to add a tag if your site doesn't have a specific topic, and you can always add one later.</p>
<h5>Add a Tag</h5>
<input class="input-Area" name="tags" type="text" style="width: 400px; max-width:100%" placeholder="pokemon" value="<%= params[:tags] %>" autocapitalize="off" autocorrect="off">
<input class="input-Area typeahead" name="tags" type="text" style="width: 400px; max-width:100%" placeholder="pokemon" value="<%= params[:tags] %>" autocapitalize="off" autocorrect="off">
<hr>