angular2-tag-input icon indicating copy to clipboard operation
angular2-tag-input copied to clipboard

Use 'mousedown' event instead of 'click' when selecting auto complete values.

Open pietmichal opened this issue 8 years ago • 2 comments

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.

pietmichal avatar Feb 03 '17 09:02 pietmichal

Created a pull request #23

pietmichal avatar Feb 03 '17 09:02 pietmichal

Where are we on this ? Will the pull request be included ?

Vinnythetrue avatar Nov 08 '17 20:11 Vinnythetrue