bluzky / nice-select2

A lightweight vanilla javascript library that replaces native select elements with customizable dropdowns
https://bluzky.github.io/nice-select2/
MIT License
361 stars 60 forks source link

Added ability to close multiple dropdown from top span element #58

Closed wise1999 closed 1 year ago

wise1999 commented 1 year ago

So the multiple select does not allow to close whole dropdown by clicking on the top element. I've added ability for closing dropdown by clicking on the top span. I think with that logic we can move some top styles (spacings, arrow, etc.) to this element so the clicking area would be bigger.