Currently, I'm using the gem "acts_as_taggable_on_steroids".
Everything working fine. Now I'd like to add tokeninput
to this "tag input box"
All the tags existing should be displayed here as candidate tag.
when the user input 1st word.
and those tags have to be delimited by " "(space)
How can I make both "acts_as_taggable_on_steroids"
and token input working??
Any good instruction to archive these?