mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
typeahead for new tag
This commit is contained in:
parent
1ac9cdf606
commit
be32867860
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue