2 changed files with 4 additions and 2 deletions
@ -1,5 +1,6 @@
|
||||
<%= f.govuk_number_field question_key, |
||||
hint: { text: question["hint_text"] }, |
||||
label: { text: question["header"].html_safe, size: "l"}, |
||||
min: question["min"], max: question["max"], step: question["step"], width: 20 |
||||
min: question["min"], max: question["max"], step: question["step"], |
||||
width: 20, :readonly => question["readonly"] |
||||
%> |
||||
|
Loading…
Reference in new issue