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.
Tag input uses
blurevent which finishes beforeclickhappens.Auto complete box is useless when user wants to click on suggestion when
addOnBluris set to true.Changing
clickevent tomousedown(intag-input-autocomplete) will make adding on blur and on box click coexist properly.