AutoComplete and file browser will show files when appropriate

Fixed: File browser for Custom Script shows files
Closes #1084
This commit is contained in:
Mark McDowall
2016-01-27 19:23:22 -08:00
parent 9f523bb167
commit 56da824e98
8 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<label class="col-sm-3 control-label">{{label}}</label>
<div class="col-sm-5">
<input type="text" name="fields.{{order}}.value" validation-name="{{name}}" class="form-control x-path"/>
<input type="text" name="fields.{{order}}.value" validation-name="{{name}}" class="form-control x-path {{#if_eq type compare="filepath"}}x-filepath{{/if_eq}}"/>
</div>
{{> FormHelpPartial}}
</div>