Change a Select Dropdown for a Text field with Autocomplete

0

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;" } %>
    
asked by anonymous 08.08.2018 / 13:46

0 answers