6 lines
238 B
Text
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"
|
|
%>
|