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 8a6c3d2 commit 24e93e1Copy full SHA for 24e93e1
sqlpage/templates/form.handlebars
@@ -39,7 +39,9 @@
39
{{~#if maxlength}}maxlength="{{maxlength}}" {{/if~}}
40
{{~#if required}}required="required" {{/if~}}
41
{{~#if autofocus}}autofocus {{/if~}}
42
- ></textarea>
+ >
43
+ {{~#if value}}{{value}}{{/if~}}
44
+ </textarea>
45
{{else}}{{#if (eq type 'select')}}
46
<select name="{{name}}" class="form-select"
47
{{~#if required}} required="required" {{/if~}}
0 commit comments