Rails autocomplete plugin.
Posted
by piemesons
on Stack Overflow
See other posts from Stack Overflow
or by piemesons
Published on 2010-06-18T10:53:52Z
Indexed on
2010/06/18
15:43 UTC
Read the original article
Hit count: 134
ruby-on-rails
|plugins
Hello
Is there any plugin available for auto complete like in stackoverflow.
Right now i am using acts_as_taggable
plugin.
I want to check the new created tag, autocomplete with comma separate.
How to use auto_complete plugin and acts_as_taggable both. Consider the thing done in stackoverflow tag case.
© Stack Overflow or respective owner