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.