We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00a027 commit ec558d5Copy full SHA for ec558d5
app/components/question/file_component/view.html.erb
@@ -7,5 +7,7 @@
7
text: question.hint_text,
8
class: "govuk-!-margin-bottom-7"
9
},
10
+ javascript: true,
11
accept: Question::File::FILE_TYPES.join(", ")
12
+
13
%>
0 commit comments