I have an application where user can mention the transactions. The transaction must be mapped with some of the securities(Company name) that the user has already created. I want user to see the names of securities that he has created and as he starts typing, only the related securities must be visible.
Eg. If user types a, then all securities starting from a must be visible. Is there a way to do this?