Good morning,
I would like to know if there is any way to change a Dropdown
with multiple options to a Text Field
with the autocomplete
My code for the select dropdown
is as follows:
<%= label_tag :aluno_id, "Aluno a ter Disciplina Liberada" %>
<%= select_tag "ofertas[liberacao][aluno_id]", options_for_select(@alunos, { prompt: "Selecione um Aluno" }), { :class => "form-control", :style => "width: 400px;" } %>