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 a104c7d commit f2d92b1Copy full SHA for f2d92b1
sqlpage/templates/form.handlebars
@@ -75,7 +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~}}
+ {{~#if empty_option}}<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