I'm interested in developing a textarea that emulates the tagging box on Youtube. The desired functionality includes:
- Ability to input any text
- Automatically turning words into tags upon hitting space
- Capability to delete tags using backspace or by clicking an 'x'
- Displaying suggestions while typing
- Option to add tags from outside the textarea
Furthermore, what is the technical term for this method?