entrance-exam/app/views/questions/_acrostic_input.html.erb

6 lines
238 B
Text

<%= tag.input class: {"acrostic-input": true, "acrostic-column": on_column},
data: {index: index},
value: answer_data&.then { |it| it[index] },
type: "text",
autocomplete: "off"
%>