tbleckert / react-select-search

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

Multiselect: when you press enter on option it triggers submit for example. #123

Closed agustingabiola closed 3 years ago

agustingabiola commented 3 years ago

Thanks for the latest improvements @tbleckert Though I found a regression maybe. When you press enter on an option while doing multi-select, the event bubbles up so adding a preventDefault/stopPropagation should fix this.

tbleckert commented 3 years ago

@agustingabiola Thanks and thank you for reporting. I think this is a duplicate of #109 right?

agustingabiola commented 3 years ago

@agustingabiola Thanks and thank you for reporting. I think this is a duplicate of #109 right?

Indeed, I missed that issue while looking for an existing one before reporting. I will close it. Thank you and good day.