jQuery-Tagit
jQuery-Tagit copied to clipboard
blur event fires when clicking in tag list
This occurs if allowNewFlags:true.
When you get the complete-list when typing a word, and click on that word, it seems the blur event fires before, so that you don't get the tag you clicked on but instead get only the characters you've typed so far.
If allowNewFlags:false this behaviour does not occur.