I need to dynamically add multiple values like email addresses and usernames into input textboxes. It should work similar to Outlook or Gmail input field, where users can dynamically add values from autocomplete list. It should be also possible to remove values from input field by clicking on X.
Would you please provide a working example of solution using PHP and jQuery ?