miket-dev / multiselect

Pure js multiselect implementation
MIT License
38 stars 30 forks source link

close other multiselects on open #10

Open otahirs opened 4 years ago

otahirs commented 4 years ago

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.