Skip to content

Commit 56701d5

Browse files
committed
readonly doesn't work with select dropdown
1 parent 35d2215 commit 56701d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlpage/templates/form.handlebars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
{{~#if required}} required="required" {{/if~}}
6666
{{~#if autofocus}} autofocus {{/if~}}
6767
{{~#if disabled}}disabled {{/if~}}
68-
{{~#if readonly}}readonly {{/if~}}
6968
{{~#if multiple}} multiple {{/if~}}
7069
{{~#if (or dropdown searchable)}}
7170
data-pre-init="select-dropdown"

0 commit comments

Comments
 (0)