tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.vercel.app
MIT License
678 stars 147 forks source link

closeOnSelect #193

Closed reekrd closed 3 years ago

reekrd commented 3 years ago

Dropdown still closes when setting closeOnSelect to false. I was hoping I could set this temporarily to be able to inspect the elements in the dropdown.

Actually works when not setting custom class names.

However is there a way to inspect the elements in the dropdown?

reekrd commented 3 years ago

Actually does work. I guess I wasn't clicking on the button element.

Still the question remains how to inspect the dropdown list.