Skip to content
Snippets Groups Projects
Commit 7fb85240 authored by Prasad's avatar Prasad
Browse files

Fixes #717: Added placeholder option to allow onchange event trigger for subsequent selection.

parent c5b84f3b
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@
<div class="row form-group">
<div class="col-lg-2">{vtranslate('LBL_ADD_FIELDS',$QUALIFIED_MODULE)}</div>
<div class="col-lg-10">
<select class="select2 task-fields" style="min-width: 150px;">
<select class="select2 task-fields" style="min-width: 150px;" data-placeholder="{vtranslate('LBL_SELECT_FIELDS', $QUALIFIED_MODULE)}">
<option></option>
{$ALL_FIELD_OPTIONS}
</select>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment