Dropdown inside textbox/textarea

html, javascript, jquery, user-interface

Solution

I think you are searching for

http://podio.github.io/jquery-mentions-input/

Or

https://github.com/jakiestfu/Mention.js/

Another one

http://www.emposha.com/demo/fcbkcomplete_2/

Problem

I am looking for something similar to friends filter in facebook. When you type '@' inside text area it shows you a list of friends to select. I have tried to search for dropdown inside textbox, but was not able to find what I was looking for.

Original source