We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0026610 commit 8f058b9Copy full SHA for 8f058b9
sqlpage/templates/form.handlebars
@@ -75,6 +75,7 @@
75
{{~#if placeholder}} placeholder="{{placeholder}}" {{/if~}}
76
{{~#if create_new}} data-create_new={{create_new}} {{/if~}}
77
>
78
+ {{~#if emptyoption}}<option value=""></option>{{/if~}}
79
{{#each (parse_json options)}}
80
<option value="{{value}}" {{#if (or (eq ../value value) selected)}}selected{{/if}}>{{label}}</option>
81
{{/each}}
0 commit comments