tbleckert / react-select-search

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

When i do getOptions, i can no longer get the value of the selected item when the user clicks with mouse #112

Closed maidul98 closed 3 years ago

maidul98 commented 3 years ago

CodeSandbox Reproduction: https://codesandbox.io/s/react-select-search-bug-forked-xvjfk

You can see in the console that when you select an item with enter key, it prints "hey", but when you click an item it doesn't register it. Would love some help on this bug.

andreymoser commented 3 years ago

Hey @maidul98 :) Please take a look on issue #107 - this issue is duplicated.