tags-input
tags-input copied to clipboard
Added input change event listener
that updates the tag list when the value of the underlying input is changed by an external source.
I needed a way to change the value of the tags from code, and the currently implementation doesn't expose any methods required to do this.