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.
2 parents 9bcf1a5 + 56701d5 commit 7f8753eCopy full SHA for 7f8753e
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>
@@ -62,6 +64,7 @@
62
64
{{~#if id}} id="{{id}}" {{/if~}}
63
65
{{~#if required}} required="required" {{/if~}}
66
{{~#if autofocus}} autofocus {{/if~}}
67
68
{{~#if multiple}} multiple {{/if~}}
69
{{~#if (or dropdown searchable)}}
70
data-pre-init="select-dropdown"
0 commit comments