Skip to content

Commit 02cd4d6

Browse files
committed
add readonly and disabled params to textarea
1 parent 33b3d85 commit 02cd4d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlpage/templates/form.handlebars

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
{{~#if maxlength}}maxlength="{{maxlength}}" {{/if~}}
5555
{{~#if required}}required="required" {{/if~}}
5656
{{~#if autofocus}}autofocus {{/if~}}
57+
{{~#if disabled}}disabled {{/if~}}
58+
{{~#if readonly}}readonly {{/if~}}
5759
>
5860
{{~#if value}}{{value}}{{/if~}}
5961
</textarea>

0 commit comments

Comments
 (0)