Support custom placeholder on recipients input
This commit is contained in:
parent
9795b26bc1
commit
23db5802cf
3 changed files with 12 additions and 3 deletions
|
@ -194,7 +194,7 @@
|
|||
<script type='text/x-tmpl-mustache' id='recipients-input'>
|
||||
<div class='recipients-container'>
|
||||
<span class='recipients'></span>
|
||||
<input type='text' class='search' placeholder="Name or phone number" />
|
||||
<input type='text' class='search' placeholder="{{ placeholder }}" />
|
||||
</div>
|
||||
<div class='results'>
|
||||
<div class='new-contact contact hide'></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue