Rails 5 ask_as_taggable with select2
I cannot see the effect of select2 in rails 5 form whether it's a text_field or select. does anyone know why the tag_list is not being populated. I can see that the tag_list has values but as you see in the snap below, it shows "No results found". Does select2 work with Rails 5 as I've tried several options? form: Select all will display all values into the box <%= f.label :tags, "Tags (separated by commas)" %> <%= f.text_field :tag_list, value: f.object.tag_list.each { |e| e} %> <input type="checkbox" id="checkbox" >Select All I made the text field simple instead of select2 and was able to