tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.com
MIT License
675 stars 149 forks source link

Clicking [down] / [expand] button does not toggle state as expected #214

Open skewty opened 2 years ago

skewty commented 2 years ago

When I click on the expand button the control shows me my options. When I click on the expand button again, nothing happens. The expectation is for the options to be hidden (toggle).

The toggle behaviour is standard for all major UI toolkits as far as I know.