Fix placeholder missing on tab out on input tags
Tabbing out of input tags with multiple set as true and no value
selected will result in the default placeholder not being shown.
This patch fixes the issue by calling clearSearch() on blur of
MultiSelect2 and preventing the bubbling of the blur event to the
abstract class.
Test case with version 3.2: http://jsfiddle.net/pmirshad/PqP2L/1/