Gishu Pillai
2008-Nov-18 16:01 UTC
How do I create an autocomplete text field that allows for multiple words/tags
http://stackoverflow.com/questions/250408/how-do-i-implement-text-fields-with-autocomplete-for-habtm-fields I have described the problem in details in the above post. What I''d like is for the autocomplete field to allow the user to enter multiple ''tags'' or ''categories'' separated by commas. e.g. "Ruby, Rails, autocomplete" Currently I have auto-complete working for Comma separated tags... However selecting tag#2 from the dropdown replaces all content in the text field.. only the last selected tag is shown. Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---