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 06aed51 commit 508d555Copy full SHA for 508d555
sqlpage/templates/form.handlebars
@@ -60,6 +60,7 @@
60
{{~#if step}} step="{{step}}" {{/if~}}
61
{{~#if minlength}} minlength="{{minlength}}" {{/if~}}
62
{{~#if maxlength}} maxlength="{{maxlength}}" {{/if~}}
63
+ {{~#if pattern}} pattern="{{pattern}}" {{/if~}}
64
{{~#if required}} required="required" {{/if~}}
65
{{~#if (or (eq autocomplete false) (eq autocomplete 0))}}autocomplete="off" {{/if~}}
66
{{~#if (or (eq autocomplete true) (eq autocomplete 1))}}autocomplete="on" {{/if~}}
0 commit comments