|
|
@ -8,5 +8,5 @@ |
|
|
|
width: question.width, |
|
|
|
width: question.width, |
|
|
|
readonly: question.read_only?, |
|
|
|
readonly: question.read_only?, |
|
|
|
prefix_text: question.prefix.to_s, |
|
|
|
prefix_text: question.prefix.to_s, |
|
|
|
suffix_text: question.suffix_label(case_log), |
|
|
|
suffix_text: question.suffix_label(@case_log), |
|
|
|
**stimulus_html_attributes(question) %> |
|
|
|
**stimulus_html_attributes(question) %> |
|
|
|