multiselect
multiselect copied to clipboard
close other multiselects on open
When another multiselect is opened, others should be closed first.
I think hideMultiselects() function should be called before the self._showList(self) is invoked in the click event function.