Commit 9bfc406c authored by Aron Carroll's avatar Aron Carroll

Remove minimum character limit on tags

Fixes #1484
parent 0813d893
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
name="tags" name="tags"
class="tags" class="tags"
placeholder="Add tags…" placeholder="Add tags…"
min-length="1"
replace-spaces-with-dashes="false" replace-spaces-with-dashes="false"
enable-editing-last-tag="true"></tags-input> enable-editing-last-tag="true"></tags-input>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment