This simple asset acts as a text input that allows users to create Tags with the words they are typing, by pressing the Enter key.
It allows for the creation of multiple tags, and for the removal of any of the created tags (by clicking the 'x' button).
Everytime a user creates or removes a tag, an handler action will be triggered, with the value of the Tag that was created/removed, so that users can work and add additional logic with that value on their own applications.
Fixed bug that happened when users tried to use this component multiple times in the same screen