6 lines
197 B
Text
6 lines
197 B
Text
<%= tag.input class: "lyrics-input",
|
|
data: {index: index},
|
|
value: answer_data&.then { |it| it[index] },
|
|
type: "text",
|
|
autocomplete: "off"
|
|
%>
|