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

6 lines
197 B
Text

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