Open otahirs opened 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.
hideMultiselects()
self._showList(self)
When another multiselect is opened, others should be closed first. I think
hideMultiselects()
function should be called before theself._showList(self)
is invoked in the click event function.