Skip to content

Commit

Permalink
Merge pull request #2833 from tvdeyen/reintroduce-autocomplete-taglis…
Browse files Browse the repository at this point in the history
…t-partial

Reintroduce autocomplete_tag_list partial
  • Loading branch information
tvdeyen authored Apr 11, 2024
2 parents f0013c8 + 9b6abdf commit 621382e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<%= render Alchemy::Admin::TagsAutocomplete.new do %>
<%= f.text_field :tag_list, value: object.tag_list.join(",") %>
<% end %>

0 comments on commit 621382e

Please sign in to comment.