tbleckert / react-select-search

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

On Firefox when `search` is enabled, selecting any `options` that containing space character on the `name` make the component stuck #152

Open migumelar opened 3 years ago

migumelar commented 3 years ago

Hi, I'm experiencing a weird issue. When the search is enabled (search={true}) then selecting options with name attribute containing space character sometimes make the component stuck. But when search is disabled everything is running fine.

here is the screenshot:

name with space issue

EDIT: this issue only occur in Firefox