Hi. I'm newbie in js.
You plugin is nice, but it's don't work when i click outside. I want to hide it.
I upgrade you plugin like this:
$(document).on('click', function(e){ if(!$(e.target).closest(self.$selectionBox).length){ self.hideList(); } });
It's good solution?