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 33b3d85 commit 02cd4d6Copy full SHA for 02cd4d6
sqlpage/templates/form.handlebars
@@ -54,6 +54,8 @@
54
{{~#if maxlength}}maxlength="{{maxlength}}" {{/if~}}
55
{{~#if required}}required="required" {{/if~}}
56
{{~#if autofocus}}autofocus {{/if~}}
57
+ {{~#if disabled}}disabled {{/if~}}
58
+ {{~#if readonly}}readonly {{/if~}}
59
>
60
{{~#if value}}{{value}}{{/if~}}
61
</textarea>
0 commit comments