tbleckert / react-select-search

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

Input doesn't shows selected options if search is enabled #215

Open bhavin-a opened 2 years ago

bhavin-a commented 2 years ago

Describe the bug Multi select doesn't show options if the search is enabled

To Reproduce Steps to reproduce the behavior:

  1. Open this code sandbox
  2. Click on Select...
  3. Select an option.
  4. The input shows nothing

Expected behavior The input should populate values as user selects them

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

bhavin-a commented 2 years ago

Hi @tbleckert , do we aim to solve this one soon? Thanks!