tbleckert / react-select-search

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

Pass filtered options to useHighlight instead of all options. #265

Closed jwmann closed 9 months ago

jwmann commented 10 months ago

This fixes an issue when selecting an option from a filtered list of option using the keyboard (e.g.: Pressing Enter) It would result in an incorrect selection.

Mentioned in #264 and #258

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-select-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 23, 2023 10:00pm
jlno commented 9 months ago

@tbleckert can you merge please

tbleckert commented 9 months ago

@jlno Thanks for the ping, merged now and publishing.