angular2-tag-input
angular2-tag-input copied to clipboard
Use 'mousedown' event instead of 'click' when selecting auto complete values.
Tag input uses blur event which finishes before click happens.
Auto complete box is useless when user wants to click on suggestion when addOnBlur is set to true.
Changing click event to mousedown (in tag-input-autocomplete) will make adding on blur and on box click coexist properly.
Created a pull request #23
Where are we on this ? Will the pull request be included ?