Use space instead of command for tag-input

this makes sure that email aliases wrap. if we used comma, it does not wrap
This commit is contained in:
Girish Ramakrishnan
2020-03-28 16:46:06 -07:00
parent bf7d4a550e
commit 1c5ff88e3c
5 changed files with 10 additions and 9 deletions

View File

@@ -471,7 +471,7 @@
</div>
<div class="form-group">
<label class="control-label">Tags</label>
<tag-input class="form-control" placeholder="Use comma to separate tags" taglist="display.tags" name="tags" uib-tooltip="For grouping in the dashboard"></tag-input>
<tag-input class="form-control" placeholder="Use space to separate tags" taglist="display.tags" name="tags" uib-tooltip="For grouping in the dashboard"></tag-input>
</div>
<div class="form-group">
<div>