I've found that the 'onDropDownClose' event is triggered, EVERY time you click away from the dropdown, which in my case, means that it's triggered everytime i click somewhere on my entire page..
Seems like I need to do a bit of component-isolation-refactoring-thingy, to get around this.
Or simply leave that event alone, and only use 'onSelect', 'click' or similar