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 02cd4d6 commit 35d2215Copy full SHA for 35d2215
sqlpage/templates/form.handlebars
@@ -64,6 +64,8 @@
64
{{~#if id}} id="{{id}}" {{/if~}}
65
{{~#if required}} required="required" {{/if~}}
66
{{~#if autofocus}} autofocus {{/if~}}
67
+ {{~#if disabled}}disabled {{/if~}}
68
+ {{~#if readonly}}readonly {{/if~}}
69
{{~#if multiple}} multiple {{/if~}}
70
{{~#if (or dropdown searchable)}}
71
data-pre-init="select-dropdown"
0 commit comments