1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00

State press ENTER to add tag

This commit is contained in:
sauls8t 2018-01-25 18:12:24 +00:00
parent 5295f8a41f
commit 91bab8c710

View file

@ -101,6 +101,7 @@
</div> </div>
{{/each}} {{/each}}
{{focus-input type='text' id="add-tag-field" class="form-control mousetrap" placeholder="Tag name" value=newTag}} {{focus-input type='text' id="add-tag-field" class="form-control mousetrap" placeholder="Tag name" value=newTag}}
<small class="form-text text-success">Press ENTER to add tag</small>
<small class="form-text text-muted">Lowercase, characters, numbers, hyphens only</small> <small class="form-text text-muted">Lowercase, characters, numbers, hyphens only</small>
</div> </div>
</form> </form>